Click or drag to resize

IRibbonGroupFindCreateChoice(String) 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
)

Parameters

caption  String
The caption of the choice control

Return Value

IRibbonChoice
The choice control
See Also