Skip to main content

TdxRibbonCustomToolbar.Toolbar Property

Specifies the nested toolbar whose bar items are displayed in the docked Ribbon toolbar.

Declaration

property Toolbar: TdxBar read; write;

Property Value

Type Description
TdxBar

The toolbar displayed in the docked Ribbon toolbar.

Remarks

All docked Ribbon toolbar types are containers for toolbars (TdxBar instances). Use the Toolbar property to embed an existing toolbar into the current docked Ribbon toolbar.

See Also