Skip to main content

TdxLayoutTabbedOptions Class

Contains tab settings for tabbed layout groups.

Declaration

TdxLayoutTabbedOptions = class(
    TcxCustomTabControlProperties
)

Remarks

The main settings include:

Property Description
CloseButtonMode Specifies the Close button visibility in tabs.
CloseTabWithMiddleClick Specifies if clicking the middle mouse button closes the tab located under the mouse pointer.
HideTabs Specifies whether the tab panel is hidden.
HotTrack Specifies whether tabs are hot-tracked when the mouse pointer is located over them.
ImageBorder Specifies the width of tab image borders in pixels.
MultiLine Specifies whether tabs are arranged across several rows.
MultiLineTabCaptions Specifies if tab captions can occupy multiple lines.
NavigatorPosition Specifies the control corner in which the navigator bar resides.
Options Specifies tab control options.
RaggedRight Specifies whether tabs are stretched to fit the control’s area.
Rotate Specifies whether tabs are rotated relative to tab panel orientation.
RotatedTabsMaxWidth Specifies the maximum width tabs can have when they are rotated relative to the tab panel.
ScrollOpposite Specifies whether tab rows can be scrolled to the opposite side of a tab control.
ShowFrame Specifies whether a border is drawn around pages.
TabCaptionAlignment Specifies the tab caption alignment.
TabHeight Specifies the height of tabs in pixels.
TabPosition Specifies tab panel position.
TabWidth Specifies the width of tabs in pixels.

A layout group’s TabbedOptions property references a TdxLayoutTabbedOptions object.

See Also