CheckBox.ThreeState

Syntax

ThreeState: Boolean

Description

The ThreeState property determines whether the three-state mode is enabled for the component.

Comments

If the property is set to True, the three-state mode is enabled for the component. Default vale is False. The three-state mode is necessary to set intermediate state for component selection.

Example

The property use is given in description of the CheckedState property.

See also:

CheckBox