ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleGlyphSet Class / Update Method

In This Topic
    Update Method (StyleGlyphSet)
    In This Topic
    Updates the image associated with the specified StyleGlyph and determines whether the new image can be disposed from this StyleGlyphSet, i.e. the glyph set owns the image.
    Syntax
    'Declaration
     
    Public Sub Update( _
       ByVal styleGlyph As StyleGlyph, _
       ByVal img As System.Drawing.Image, _
       ByVal owns As System.Boolean _
    ) 
    public void Update( 
       StyleGlyph styleGlyph,
       System.Drawing.Image img,
       System.bool owns
    )

    Parameters

    styleGlyph
    img
    owns
    See Also