Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonColorPalette Class / Item Property

In This Topic
    Item Property (RibbonColorPalette)
    In This Topic
    Gets the palette entry with the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As RibbonColorPaletteEntry
    public RibbonColorPaletteEntry this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also