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