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

This is true if the control is currently recreating its handle.

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

See Also

Control Class | Control Members | System.WinForms Namespace