IRibbonGroupInsertRibbonItem Method |
Inserts an item to this group.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntaxvoid InsertRibbonItem(
int index,
IRibbonItem tool
)
Parameters
- index
- Type: SystemInt32
The index at which the item will be inserted - tool
- Type: Demo3D.GuiIRibbonItem
The item to insert
See Also