GrapeCity MultiRow Windows Forms Documentation
Dispose(Boolean) Method


True to release both managed and unmanaged resources; false to release only unmanaged resources.
Releases the unmanaged resources used by the System.Windows.Forms.TextBox and optionally releases the managed resources.
Syntax
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
Dim instance As MaskedTextBoxEditingControl
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MaskedTextBoxEditingControl Class
MaskedTextBoxEditingControl Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.