ICheckBox.State

Syntax

State: CheckBoxState;

Description

The State property determines state of the component checkbox.

Comments

Middle state (Grayed) is allowed only if AllowGrayed is set to True. If AllowGrayed = False (default), only two states are allowed: Selected (Checked) and Deselected (Unchecked).

Example

See also:

ICheckBox