[This is preliminary documentation and is subject to change.]

Releases all resources used by the Component.

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected override void Dispose(
	bool disposing
)
Visual Basic
Protected Overrides Sub Dispose ( _
	disposing As Boolean _
)
Visual C++
protected:
virtual void Dispose(
	bool disposing
) override
F#
abstract Dispose : 
        disposing:bool -> unit 
override Dispose : 
        disposing:bool -> unit 
JScript
protected override function Dispose(
	disposing : boolean
)

Parameters

disposing
Type: System..::..Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also