Wimark.Controls Class Library  

TabBar.TabPages Property

Gets the collection of tab pages assigned to a tab bar control.

[Visual Basic]
Public ReadOnly Property TabPages As TabBar.TabBarPageCollection 
[C#]
public TabBar.TabBarPageCollection TabPages {get;}
[C++]
public: __property TabBar.TabBarPageCollection* get_TabPages();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TabBar Class | TabBar Members | Wimark.Controls Namespace