Click or drag to resize

IRibbonGroupFindCreateChoice(String, Boolean) Method

Finds or creates a choice control.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
IRibbonChoice 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

IRibbonChoice
The choice control
See Also