TdxRibbonTab.AddToolBar(TdxBar) Method
In This Article
Adds AToolBar to the currently processed tab.
#Declaration
Delphi
procedure AddToolBar(AToolBar: TdxBar);
#Parameters
Name | Type |
---|---|
ATool |
Tdx |
#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