Click or drag to resize

IRibbonContainerInsertItem Method

Insert an IRibbonItem into this container at a given index.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
void InsertItem(
	int index,
	IRibbonItem ribbonItem
)

Parameters

index
Type: SystemInt32
The index at which to add the IRibbonItem
ribbonItem
Type: Demo3D.GuiIRibbonItem
The IRibbonItem to insert
See Also