Click or drag to resize

IRibbonGroupFindColorChooser Method

Finds a color chooser.

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

Parameters

caption
Type: SystemString
The caption of the color chooser to look for

Return Value

Type: IRibbonColorChooser
The color chooser if found
See Also