Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1BasicColorPickerPart Class / CreateColorButton Method / CreateColorButton(Color) Method
System.Windows.Media.Color that should be represented.

In This Topic
    CreateColorButton(Color) Method
    In This Topic
    Override to change the default C1ColorButton used for a System.Windows.Media.Color.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function CreateColorButton( _
       ByVal color As Color _
    ) As C1ColorButton
    protected virtual C1ColorButton CreateColorButton( 
       Color color
    )

    Parameters

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

    Return Value

    See Also