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!

TabBase Class

This is the base class that TabStrip and TabControl share their common functionality through. It is abstract and can not be instantiated.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               TabBase

[Visual Basic]
MustInherit Public Class TabBase
   Inherits RichControl
[C#]
public abstract class TabBase : RichControl
[C++]
public __gc __abstract class TabBase : public RichControl
[JScript]
public abstract class TabBase extends RichControl

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TabBase Members | System.WinForms Namespace