vcl-cxlookandfeelpainters-aad5902f.md
Enumerates check box states for the TcxCustomCheckBox editor.
TcxCheckBoxState = (
cbsUnchecked,
cbsChecked,
cbsGrayed
);
| Name |
|---|
cbsUnchecked |
cbsChecked |
cbsGrayed |
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