Checkboxes: Boolean;
Checkboxes: boolean;
The Checkboxes property determines whether checkboxes to the left of the elements are displayed in the component.
Available values:
True. Checkboxes are displayed next to elements.
False. Default. Element checkboxes are not displayed.
To determine whether an indefinite state is automatically set for parent node checkboxes if all child elements are selected, use IDimensionViewerBase.AutoCheckParent.
To determine node checkbox state, use the IDimensionViewerBase.CheckState or IDimensionViewerBase.Checked property.
See also: