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

Constructs the new instance of the Controls collection objects. Subclasses should not call base.CreateControlsInstance.

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

See Also

Control Class | Control Members | System.WinForms Namespace