An NDoc Documented Class Library

TabPage Class

For a list of all members of this type, see TabPage Members.

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.TabItems.TabPage

[Visual Basic]
Public Class TabPage
    Inherits UIItem
    Implements ITabPage
[C#]
public class TabPage : UIItem, ITabPage
[C++]
public __gc class TabPage : public UIItem, ITabPage
[JScript]
public class TabPage extends UIItem, ITabPage

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: White.Core.UIItems.TabItems

Assembly: White.Core (in White.Core.dll)

See Also

TabPage Members | White.Core.UIItems.TabItems Namespace