Click or drag to resize

IRibbonGroupAddItem Method

Adds an item to this group.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
void AddItem(
	IRibbonItem tool
)

Parameters

tool
Type: Demo3D.GuiIRibbonItem
The item to add
See Also