TdxRibbonCustomBackstageView.AddTab Method
In This Article
Adds a tab to the menu.
#Declaration
Delphi
function AddTab: TdxRibbonBackstageViewTabSheet;
#Returns
Type |
---|
Tdx |
#Remarks
The AddTab method adds a tab to the end of the menu’s Tabs collection, and returns a reference to the newly created tab.
See Also