ICheckBox.AllowGrayed

Syntax

AllowGrayed: Boolean;

Description

The AllowGrayed property determines whether the middle state can be set in the component.

Comments

If the property is set to True, the middle state can be set in the component. To set up this state, it is required to set the State property to CheckBoxState.Grayed.

The AllowGrayed property is set to False by default; only two states are available for the checkbox: selected or deselected. To set the checkbox state, the Checked or State properties are used.

See also:

ICheckBox