TcxCheckBoxState Enum
In This Article
Enumerates check box states for the TcxCustomCheckBox editor.
#Declaration
Delphi
TcxCheckBoxState = (
cbsUnchecked,
cbsChecked,
cbsGrayed
);
#Members
Name |
---|
cbs
|
cbs
|
cbs
|
#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 |
---|---|
cbs | The check box has no check mark, indicating that the user has not selected the option. |
cbs | The check box has a check mark in it, indicating that the user has selected the option. |
cbs | The check box has a check mark in it, but it is grayed. |
See Also