ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / ColorPalette Class / Remove Method / Remove(ColorPaletteEntry) Method

In This Topic
    Remove(ColorPaletteEntry) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal item As ColorPaletteEntry _
    ) As Boolean
    public bool Remove( 
       ColorPaletteEntry item
    )

    Parameters

    item
    See Also