Click or drag to resize

IRibbonGroupInsertRibbonItem Method

Inserts an item to this group.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
void InsertRibbonItem(
	int index,
	IRibbonItem tool
)

Parameters

index  Int32
The index at which the item will be inserted
tool  IRibbonItem
The item to insert
See Also