IDimensionViewerBase.Checkboxes

Syntax

Checkboxes: Boolean;

Description

The Checkboxes property determines whether checkboxes to the left of the elements are displayed in the component.

Comments

Available values:

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:

IDimensionViewerBase