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

Forces the recreation of the handle for this control. Inheriting controls must call base.recreateHandle.

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

See Also

Control Class | Control Members | System.WinForms Namespace