TdxDockingTabControlProperties Class
The base class for the TdxTabContainerDockSiteTabControlProperties and TdxDockPanelTabControlProperties classes that provide tab settings for tab containers and dock panels.
Declaration
TdxDockingTabControlProperties = class(
TcxCustomTabControlProperties
)
Remarks
This class publishes the following properties inherited from its ancestor:
Property | Description |
---|---|
CloseButtonMode | Specifies the Close button visibility in tabs. |
CustomButtons | Specifies custom button settings. Use these settings to provide buttons with custom functionality and display them within the navigator bar and/or individual tabs. |
CloseTabWithMiddleClick | Specifies if clicking the middle mouse button closes the tab located under the mouse pointer. |
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. |
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. |
Style | Specifies the painting style of a tab control. |
TabCaptionAlignment | Specifies the tab caption alignment. |
TabHeight | Specifies the height of tabs in pixels. |
TabPosition | Specifies tab panel position. |
TabsScroll | Specifies whether tab navigation buttons are displayed when tabs don’t fit into the tab container’s width. |
TabSlants | Specifies the appearance aspects of tab slants. |
TabWidth | Specifies the width of tabs in pixels. |
Do not use this class directly. Use its descendants instead.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxCustomTabControlProperties
TdxDockingTabControlProperties
See Also