Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace / ElementContainerControl Class / Dispose Method / Dispose(Boolean) Method
True to release both managed and unmanaged resources; false to release only unmanaged resources.


In This Topic
Dispose(Boolean) Method
In This Topic
Releases the unmanaged resources used by the ElementContainerControl and and its child controls or elements and optionally releases the managed resources.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
 
'Usage
 
Dim instance As ElementContainerControl
Dim disposing As Boolean
 
instance.Dispose(disposing)

Parameters

disposing
True to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also