Skip to main content

TdxLayoutCheckBoxItemCheckBoxOptions Class

Contains a layout check box item‘s settings.

Declaration

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.

Inheritance

See Also