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!

Control.DestroyHandle

Destroys the handle associated with this control. Inheriting classes should always call base.destroyHandle.

[Visual Basic]
Overridable Protected Sub DestroyHandle()
[C#]
protected virtual void DestroyHandle();
[C++]
protected: virtual void DestroyHandle();
[JScript]
protected function DestroyHandle();

See Also

Control Class | Control Members | System.WinForms Namespace