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!

TabPage.CreateControlsInstance

Constructs the new instance of the Controls collection objects. Subclasses should not call base.CreateControlsInstance. Our version creates a control collection that does not support

[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

TabPage Class | TabPage Members | System.WinForms Namespace