Click or drag to resize

IRibbonGroupFindCreateColorChooser Method

Finds or creates a color chooser.

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

Parameters

caption
Type: SystemString
The caption of the color chooser

Return Value

Type: IRibbonColorChooser
The color chooser
See Also