Back to Devexpress

TdxRibbonTab.AddToolBar(TdxBar) Method

vcl-dxribbon-dot-tdxribbontab-dot-addtoolbar-x28-dxbar-dot-tdxbar-x29.md

latest702 B
Original Source

TdxRibbonTab.AddToolBar(TdxBar) Method

Adds AToolBar to the currently processed tab.

Declaration

delphi
procedure AddToolBar(AToolBar: TdxBar);

Parameters

NameType
AToolBarTdxBar

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

TdxRibbonTab Class

TdxRibbonTab Members

dxRibbon Unit