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

Forces the creation of the control. This includes the creation of the handle, and any child controls.

[Visual Basic]
Public Sub CreateControl()
[C#]
public void CreateControl();
[C++]
public: void CreateControl();
[JScript]
public function CreateControl();

See Also

Control Class | Control Members | System.WinForms Namespace