IRibbonPageFindGroup Method |
Trys to find a group in this page with the given caption
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonGroup FindGroup(
string caption
)
Parameters
- caption
- Type: SystemString
The caption of the group
Return Value
Type:
IRibbonGroupThe group that was found
See Also