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 Class

The TabControl. This control has a lot of the functionality of a TabStrip but manages a list of TabPages which are the 'pages' that appear on each tab.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               TabBase
                  TabControl

[Visual Basic]
Public Class TabControl
   Inherits TabBase
[C#]
public class TabControl : TabBase
[C++]
public __gc class TabControl : public TabBase
[JScript]
public class TabControl extends TabBase

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TabControl Members | System.WinForms Namespace