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!

Form.CreateHandle

Creates the handle for the Form. If a subclass overrides this function, it must call the super implementation.

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

See Also

Form Class | Form Members | System.WinForms Namespace | CreateHandle