TdxRibbonBackstageViewMenuButtons.Add Method
Adds a menu button to the collection.
Declaration
function Add: TdxRibbonBackstageViewMenuButton;
Returns
Type |
---|
TdxRibbonBackstageViewMenuButton |
Remarks
The Add method adds an empty item to the collection and returns it.
Use the button’s Item property to link a bar button control to the newly created menu button.
See Also