Click or drag to resize

IRibbonGroupRemoveRibbonItem Method

Removes an item from this group.

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

Parameters

key
Type: SystemString
The key of the item to be removed
See Also