Click or drag to resize

IRibbonGroupFindColorChooser Method

Finds a color chooser.

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

Parameters

caption  String
The caption of the color chooser to look for

Return Value

IRibbonColorChooser
The color chooser if found
See Also