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 Class

TabPage implements a single page of a tab control. It is essentially a Panel with TabItem properties.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ScrollableControl
                  Panel
                     TabPage

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TabPage Members | System.WinForms Namespace