Click or drag to resize

IRibbonGroupAddItem Method

Adds an item to this group.

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

Parameters

tool  IRibbonItem
The item to add
See Also