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

[To be supplied.]

[Visual Basic]
Overrides Protected Function CreateControlsInstance() As _
   ControlCollection
[C#]
protected override ControlCollection CreateControlsInstance();
[C++]
protected: override ControlCollection* CreateControlsInstance();
[JScript]
protected override function CreateControlsInstance() :
   ControlCollection;

See Also

Form Class | Form Members | System.WinForms Namespace