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

In This Topic
    IndexOf(ColorPaletteEntry) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal item As ColorPaletteEntry _
    ) As Integer
    public int IndexOf( 
       ColorPaletteEntry item
    )

    Parameters

    item
    See Also