ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleGlyphSet Class / Item Property

In This Topic
    Item Property (StyleGlyphSet)
    In This Topic
    Gets an image associated with the specified StyleGlyph.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal styleGlyph As StyleGlyph _
    ) As System.Drawing.Image
    public System.Drawing.Image this[ 
       StyleGlyph styleGlyph
    ]; {get;}

    Parameters

    styleGlyph
    See Also