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

Fired when this control is first created.

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

See Also

Form Class | Form Members | System.WinForms Namespace