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 the child elements are selected.

Comments

The default property value is False, in such conditions 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