Click or drag to resize

IRibbonGroupFindCreateChoice Method (String)

Finds or creates a choice control.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
IRibbonChoice FindCreateChoice(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the choice control

Return Value

Type: IRibbonChoice
The choice control
See Also