TdxLayoutTabbedOptions Class
In This Article
Contains tab settings for tabbed layout groups.
#Declaration
Delphi
TdxLayoutTabbedOptions = class(
TcxCustomTabControlProperties
)
#Remarks
The main settings include:
Property | Description |
---|---|
Close |
Specifies the Close button visibility in tabs. |
Close |
Specifies if clicking the middle mouse button closes the tab located under the mouse pointer. |
Hide |
Specifies whether the tab panel is hidden. |
Hot |
Specifies whether tabs are hot-tracked when the mouse pointer is located over them. |
Image |
Specifies the width of tab image borders in pixels. |
Multi |
Specifies whether tabs are arranged across several rows. |
Multi |
Specifies if tab captions can occupy multiple lines. |
Navigator |
Specifies the control corner in which the navigator bar resides. |
Options | Specifies tab control options. |
Ragged |
Specifies whether tabs are stretched to fit the control’s area. |
Rotate | Specifies whether tabs are rotated relative to tab panel orientation. |
Rotated |
Specifies the maximum width tabs can have when they are rotated relative to the tab panel. |
Scroll |
Specifies whether tab rows can be scrolled to the opposite side of a tab control. |
Show |
Specifies whether a border is drawn around pages. |
Tab |
Specifies the tab caption alignment. |
Tab |
Specifies the height of tabs in pixels. |
Tab |
Specifies tab panel position. |
Tab |
Specifies the width of tabs in pixels. |
A layout group’s TabbedOptions property references a TdxLayoutTabbedOptions object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxCustomTabControlProperties
TdxLayoutTabbedOptions
See Also