Skip to main content

TdxLayoutItemControlOptions Class

Stores settings that affect a control associated with a layout item.

Declaration

TdxLayoutItemControlOptions = class(
    TdxCustomLayoutItemOptions
)

Remarks

Main API Members

The list below outlines key members of the TdxLayoutItemControlOptions class. You can use these settings to configure control embedding options for a layout item.

AlignHorz | AlignVert | AutoControlAreaAlignment
Allow you to size and position an associated control within a layout item.
MinHeight | MinWidth
Specify minimum dimensions for the embedded control.
Opaque
Allows you to display transparent UI elements of the embedded control as opaque.
RoundedMode
Allows you to explicitly enable or disable Rounded Mode at the layout item level.
ShowBorder
Specifies if the embedded control’s border is visible.

Direct TdxLayoutItemControlOptions Class Reference

The TdxLayoutControlItem.ControlOptions property references a TdxLayoutItemControlOptions object.

See Also