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 |
---|---|
Close |
Specifies the Close button visibility in tabs. |
Custom |
Specifies custom button settings. Use these settings to provide buttons with custom functionality and display them within the navigator bar and/or individual tabs. |
Close |
Specifies if clicking the middle mouse button closes the tab located under the mouse pointer. |
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. |
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. |
Style | Specifies the painting style of a tab control. |
Tab |
Specifies the tab caption alignment. |
Tab |
Specifies the height of tabs in pixels. |
Tab |
Specifies tab panel position. |
Tabs |
Specifies whether tab navigation buttons are displayed when tabs don’t fit into the tab container’s width. |
Tab |
Specifies the appearance aspects of tab slants. |
Tab |
Specifies the width of tabs in pixels. |
Do not use this class directly. Use its descendants instead.