TdxRibbonCustomToolbar.Toolbar Property
In This Article
#Declaration
Delphi
property Toolbar: TdxBar read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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