Click or drag to resize

IRibbonGroupFindSub Method

Finds a subitem.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
IRibbonSub FindSub(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the subitem to look for

Return Value

Type: IRibbonSub
The subitem if found
See Also