Override to change the default C1ColorButton used for a Color.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
protected virtual C1ColorButton CreateColorButton(
	Color color
)
Visual Basic
Protected Overridable Function CreateColorButton ( _
	color As Color _
) As C1ColorButton

Parameters

color
Type: System.Windows.Media..::..Color
Color that should be represented.

Return Value

A C1ColorButton for a specific Color.

See Also