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

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

    Parameters

    colorEntry
    ColorPaletteEntry that should be represented.

    Return Value

    See Also