Description
Use this property to determine whether a tool button can be checked or not.
Declaration
TestObj.wIsCheckable
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 tool button can be checked. Returns False
otherwise.
Remarks
If the tool button is checkable, use the wChecked
property to determine its state.
See Also
CheckButton Action (Specific to QtToolButton Controls)
wChecked Property (Specific to QtToolButton Controls)