An NDoc Documented Class Library

ITabPage Interface

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

[Visual Basic]
Public Interface ITabPage
    Implements IUIItem, ActionListener
[C#]
public interface ITabPage : IUIItem, ActionListener
[C++]
public __gc __interface ITabPage : public IUIItem, ActionListener
[JScript]
public interface ITabPage extends IUIItem, ActionListener

Types that implement ITabPage

TypeDescription
TabPage 

Requirements

Namespace: White.Core.UIItems.TabItems

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

See Also

ITabPage Members | White.Core.UIItems.TabItems Namespace