Back to Devexpress

TdxDockingTabControlProperties Class

vcl-dxdockcontrol-77cfae9c.md

latest3.7 KB
Original Source

TdxDockingTabControlProperties Class

The base class for the TdxTabContainerDockSiteTabControlProperties and TdxDockPanelTabControlProperties classes that provide tab settings for tab containers and dock panels.

Declaration

delphi
TdxDockingTabControlProperties = class(
    TcxCustomTabControlProperties
)

Remarks

This class publishes the following properties inherited from its ancestor:

PropertyDescription
CloseButtonModeSpecifies the Close button visibility in tabs.
CustomButtonsSpecifies custom button settings. Use these settings to provide buttons with custom functionality and display them within the navigator bar and/or individual tabs.
CloseTabWithMiddleClickSpecifies if clicking the middle mouse button closes the tab located under the mouse pointer.
HotTrackSpecifies whether tabs are hot-tracked when the mouse pointer is located over them.
ImageBorderSpecifies the width of tab image borders in pixels.
MultiLineSpecifies whether tabs are arranged across several rows.
NavigatorPositionSpecifies the control corner in which the navigator bar resides.
OptionsSpecifies tab control options.
RaggedRightSpecifies whether tabs are stretched to fit the control’s area.
RotateSpecifies whether tabs are rotated relative to tab panel orientation.
RotatedTabsMaxWidthSpecifies the maximum width tabs can have when they are rotated relative to the tab panel.
StyleSpecifies the painting style of a tab control.
TabCaptionAlignmentSpecifies the tab caption alignment.
TabHeightSpecifies the height of tabs in pixels.
TabPositionSpecifies tab panel position.
TabsScrollSpecifies whether tab navigation buttons are displayed when tabs don’t fit into the tab container’s width.
TabSlantsSpecifies the appearance aspects of tab slants.
TabWidthSpecifies the width of tabs in pixels.

Do not use this class directly. Use its descendants instead.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxCustomTabControlProperties TdxDockingTabControlProperties

See Also

TdxDockingTabControlProperties Members

dxDockControl Unit