TdxLayoutCheckBoxItemCheckBoxOptions Class
In This Article
Contains a layout check box item‘s settings.
#Declaration
Delphi
TdxLayoutCheckBoxItemCheckBoxOptions = class(
TdxCustomLayoutItemOptions,
IdxMultiPartGlyphSupport
)
#Remarks
This class provides the following members that allow you to:
Specify if the check box can have the grayed state (AllowGrayed).
Customize the check box’s appearance (GlyphCount and Glyph).
Switch the check box between editable and read-only modes (ReadOnly).
Respond to a check box’s changes (OnChange).
The layout element‘s CheckBoxOptions property references a TdxLayoutCheckBoxItemCheckBoxOptions class instance.
#Implements
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxCustomLayoutItemOptions
TdxLayoutCheckBoxItemCheckBoxOptions
See Also