ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Integer _
    ) As RibbonColorPaletteEntry
    public RibbonColorPaletteEntry this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also