Skip to main content

TcxCustomCheckBoxProperties Class

Represents settings specific to check box editors.

Declaration

TcxCustomCheckBoxProperties = class(
    TcxCustomEditProperties,
    IdxMultiPartGlyphSupport
)

Remarks

The TcxCustomCheckBoxProperties class represents a set of attributes controlling the behavior of check box editors. Properties of a check box editor are set via the Properties member.

These properties allow you to define different settings such as alignment of the check box caption, custom images to draw instead of the check box itself and many others. The AllowGrayed property enables your check box to be in three states. When a user clicks the check box, the checked, unchecked and grayed states are set one after another. The ValueChecked, ValueGrayed, ValueUnchecked members specify variant values retrieved via the editor’s EditValue property when the check box is set to the checked, grayed or unchecked state respectively.

See Also