Contains the TabPage objects associated with this TabControl.
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9
Syntax
| C# |
|---|
public TabPageCollection TabPages { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property TabPages As TabPageCollection |
| Visual C++ |
|---|
public: property TabPageCollection^ TabPages { TabPageCollection^ get (); } |