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

Creates a handle for this control. This method is called by the framework, this should not be called. Inheriting classes should always call base.createHandle when overriding this method.

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

See Also

Control Class | Control Members | System.WinForms Namespace