A runtime form designer control

FormDesigner.Dispose Method 

Releases the unmanaged resources used by the Component and optionally releases the managed resources.

[Visual Basic]
Overrides Protected Sub Dispose( _ 
   ByVal disposing As Boolean _ 
)
[C#]
protected override void Dispose(
   bool disposing
);
[C++]
protected: void Dispose(
   bool disposing
);
[JScript]
protected override function Dispose(
   bool disposing
);

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace