Click or drag to resize

IRibbonGroupRemoveRibbonItem Method

Removes an item from this group.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
void RemoveRibbonItem(
	string key
)

Parameters

key  String
The key of the item to be removed
See Also