InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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 Image, _
       ByVal owns As Boolean _
    ) 
    public void Update( 
       StyleGlyph styleGlyph,
       Image img,
       bool owns
    )

    Parameters

    styleGlyph
    img
    owns
    See Also