Click or drag to resize

IRibbonPageFindCreateGroup Method

Trys to find a group in this page with the given caption, if it fails to find one it creates one.

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

Parameters

caption
Type: SystemString
The caption of the group

Return Value

Type: IRibbonGroup
The group that was found/created
See Also