Spread Windows Forms 12.0 Product Documentation
Dispose(Boolean) Method


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.
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)
protected override void Dispose( 
   bool disposing
)

Parameters

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

Reference

ElementContainerControl Class
ElementContainerControl Members
Overload List