Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1BasicColorPickerPart Class / CreateColorButton Method / CreateColorButton(Color) Method
Windows.UI.Color that should be represented.

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

    Parameters

    color
    Windows.UI.Color that should be represented.

    Return Value

    See Also