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.Disposing

Indicates that the control is in the process of being beendisposed, and is no longer a valid Windows control even though the object instance is still alive.

[Visual Basic]
Public ReadOnly Property Disposing As Boolean
[C#]
public bool Disposing {get;}
[C++]
public: __property bool get_Disposing();
[JScript]
public function get Disposing() : Boolean;

See Also

Control Class | Control Members | System.WinForms Namespace