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!

TabStrip Class

A Control for creating Tabbed Dialogs or tabbed toolbar/taskbar type windows. This control provides one or more rows of tabs that the user can select one at a time. After each selection, a notification is provided that allows for changing of UI. Two basic UI modes supported are the traditional tabs seen in Property Page type scenarios and a button-style tab, as in the taskbar found in Windows 95 and Windows NT4.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               TabBase
                  TabStrip

[Visual Basic]
NotInheritable Public Class TabStrip
   Inherits TabBase
[C#]
public sealed class TabStrip : TabBase
[C++]
public __gc __sealed class TabStrip : public TabBase
[JScript]
public class TabStrip extends TabBase

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TabStrip Members | System.WinForms Namespace