Click or drag to resize

IRibbonContainerGetItem Method

Get an IRibbonItem from this container.

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

Parameters

key
Type: SystemString
The key of the IRibbonItem to get

Return Value

Type: IRibbonItem
The IRibbonItem if found
See Also