Description
Use this property to determine whether a tool button is checked or not.
Declaration
TestObj.wChecked
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
Returns True
if the button is checked. Returns False
otherwise.
Remarks
If the button is not checkable, the property always returns False
. To determine whether the button is checkable, use the wIsCheckable
property.
See Also
CheckButton Action (Specific to QtToolButton Controls)
wIsCheckable Property (Specific to QtToolButton Controls)