TdxRibbonTab.AddToolBar(TdxBar) Method
Adds AToolBar to the currently processed tab.
Declaration
procedure AddToolBar(AToolBar: TdxBar);
Parameters
| Name | Type |
|---|---|
| AToolBar | TdxBar |
Remarks
The AddToolBar method creates a new tab group (see the tab’s Groups.Add method), and places the specified bar into it.
AToolBar specifies the toolbar to be added to the tab.
See Also