IDimensionViewer.AutoCheckParent

Syntax

AutoCheckParent: Boolean;

Description

The AutoCheckParent property determines whether the indeterminate state (IDimensionViewer.CheckState = Indeterminate) automatically sets for the component parent nodes if not all child elements are selected.

Comments

The property is set to False by default, the nodes can be selected independently. If the property is set to True, on selecting the child nodes the indeterminate state is set for the parent node automatically. On selecting the parent node all the child nodes are selected automatically. The property is relevant if Checkboxes = True.

Example

See also:

IDimensionViewer