IRibbonGroupFindChoice Method |
Finds a choice control.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonChoice FindChoice(
string caption
)
Parameters
- caption
- Type: SystemString
The caption of the choice control to look for
Return Value
Type:
IRibbonChoiceThe choice control if found
See Also