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

Called when the control is first created.

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

See Also

Control Class | Control Members | System.WinForms Namespace