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!

TabControl.TabPageCollection Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal owner As TabControl _
)
[C#]
public TabControl.TabPageCollection(
   TabControl owner
);
[C++]
public: TabControl.TabPageCollection(
   TabControl* owner
);
[JScript]
public function TabControl.TabPageCollection(
   owner : TabControl
);

Parameters

owner
[To be supplied.]

See Also

TabControl.TabPageCollection Class | TabControl.TabPageCollection Members | System.WinForms Namespace