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.GuiAssembly: WpfControls (in WpfControls.dll) Version: 19.00.00
SyntaxIRibbonGroup FindCreateGroup(
string caption
)
Parameters
- caption String
- The caption of the group
Return Value
IRibbonGroupThe group that was found/created
See Also