Description
When the CheckBoxes (LVS_EX_CHECKBOXES) extended style is applied, it enables check boxes for items in a list view control.
Declaration
TestObj.CheckBoxes
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
True if the CheckBoxes style is enabled and False otherwise.
Remarks
To get the checked/unchecked state of a list view item, use the wChecked
property. To check or uncheck an item from scripts, use the CheckItem
action.
See Also
wChecked Property (ListView Controls)
CheckItem Action (ListView Controls)
FlatScrollBar Property (ListViewStyleEx Objects)
GridLines Property (ListViewStyleEx Objects)