TdxRibbonBackstageViewMenuButtons.Insert(Integer) Method
Inserts a new menu button in the collection at the position specified by the zero-based AIndex parameter.
Declaration
function Insert(AIndex: Integer): TdxRibbonBackstageViewMenuButton;
Parameters
| Name | Type |
|---|---|
| AIndex | Integer |
Returns
| Type |
|---|
| TdxRibbonBackstageViewMenuButton |
Remarks
The Insert method returns a reference to the newly created menu button.
See Also