IRibbonGroupFindCreateChoice Method (String, Boolean) |
Finds or creates a choice control.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonChoice FindCreateChoice(
string caption,
bool isMultiChoice
)
Parameters
- caption
- Type: SystemString
The caption of the choice control - isMultiChoice
- Type: SystemBoolean
If true the user will be able to select multiple choices at once
Return Value
Type:
IRibbonChoiceThe choice control
See Also