Click or drag to resize

IRibbonGroupFindCreateColorChooser Method

Finds or creates a color chooser.

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

Parameters

caption  String
The caption of the color chooser

Return Value

IRibbonColorChooser
The color chooser
See Also