Click or drag to resize

IRibbonGroupFindSub Method

Finds a subitem.

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

Parameters

caption  String
The caption of the subitem to look for

Return Value

IRibbonSub
The subitem if found
See Also