Wimark.Controls Class Library  

TabControl.TabPages Property

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

[Visual Basic]
Public ReadOnly Property TabPages As TabControl.TabPageCollection 
[C#]
public TabControl.TabPageCollection TabPages {get;}
[C++]
public: __property TabControl.TabPageCollection* 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

TabControl Class | TabControl Members | Wimark.Controls Namespace