ICheckBox.AllowGrayed

Syntax

AllowGrayed: Boolean;

Description

The AllowGrayed determines whether the property is able to have a average state.

Comments

If the True value is set for the property, the middle state is available to use in the component. Set the State property to CheckBoxState.Grayed to implement this state.

The False value is set for the AllowGrayed property by default so only two states are available for the checkbox: selected or not selected. Use the Checked or State property to specify the checkbox state.

See also:

ICheckBox