Skip to main content

TcxCheckBoxState Enum

Enumerates check box states for the TcxCustomCheckBox editor.

Declaration

TcxCheckBoxState = (
    cbsUnchecked,
    cbsChecked,
    cbsGrayed
);

Members

Name
cbsUnchecked
cbsChecked
cbsGrayed

Remarks

The check box state is set via the TcxCustomCheckBox.State property, which affects the look & feel of the check box. The following table describes TcxCheckBoxState values (screenshots are made using the standard and Windows XP look & feel):

Value

Meaning

cbsUnchecked

The check box has no check mark, indicating that the user has not selected the option.

cbsChecked

The check box has a check mark in it, indicating that the user has selected the option.

cbsGrayed

The check box has a check mark in it, but it is grayed.

See Also