Gets or sets whether a check box is displayed next to each item. Design-time only property, cannot be set dynamically at run-time.
object.CheckBoxes = [boolean]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.
Newlook Smartclient only.
For tree view controls, the standard checkbox graphic can be replaced with custom graphics indicating the state of the item selected by setting this property to True and also specifying an image list control (containing the images that you want to display) in the StateIcons property.
Setting |
Description |
True |
Checkboxes will be displayed against each item or node in the control. |
False |
(Default) Checkboxes will not be displayed against each item or node in the control. |
Checked property | StateIcons property | LastItemClicked property
© 2004-2021 looksoftware. All rights reserved.