Skip to main content

TdxDockPanelTabControlProperties Class

Tab settings for dock panels.

Declaration

TdxDockPanelTabControlProperties = class(
    TdxDockingTabControlProperties
)

Remarks

This class does not introduce any new properties – all properties are inherited from the ancestor class (TdxDockingTabControlProperties). Refer to its description to learn about them.

The TdxDockPanelTabControlProperties object is referenced by the TdxDockPanel.TabsProperties property.

See Also