Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / Dispose Method / Dispose(Boolean) Method
Whether disposing


In This Topic
Dispose(Boolean) Method
In This Topic
Internal use only. Releases any resources being used.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
 
'Usage
 
Dim instance As Picture
Dim disposing As Boolean
 
instance.Dispose(disposing)

Parameters

disposing
Whether disposing
See Also