Click or drag to resize

IRibbonPageFindGroup Method

Trys to find a group in this page with the given caption

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

Parameters

caption  String
The caption of the group

Return Value

IRibbonGroup
The group that was found
See Also