ComponentOne InputPanel for WinForms
Update Method (StyleGlyphSet)

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > StyleGlyphSet Class : Update Method
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

Reference

StyleGlyphSet Class
StyleGlyphSet Members