Click or drag to resize

IRibbonContainerGetItem Method

Get an IRibbonItem from this container.

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

Parameters

key  String
The key of the IRibbonItem to get

Return Value

IRibbonItem
The IRibbonItem if found
See Also