Description
Indicates whether an item has a check-box.
Declaration
TestObj.HasCheckBox
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 header item has a check-box and False otherwise.
Remarks
To read the state of the check-box use the IsChecked
property.
Example
To view an example that demonstrates how to use the HasCheckBox
property, see Determining Header Items' Format Settings in Desktop Windows Applications.
See Also
Determining Header Items' Format Settings in Desktop Windows Applications
IsChecked Property (HeaderItemFormat Objects)