NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ContainerControl.Dispose

Releases all the system resources associated with the Form. If a subclass overrides this function, it must call the super implementation.

[Visual Basic]
Overrides Public Sub Dispose()
[C#]
public override void Dispose();
[C++]
public: override void Dispose();
[JScript]
public override function Dispose();

See Also

ContainerControl Class | ContainerControl Members | System.WinForms Namespace