A TabPages collection contains all of a Tab control's TabPage objects. You can add and remove TabPage objects to or from a TabPages collection using the Properties Page of the Tab Control at design time.
Newlook Smartclient
Newlook Server
The Tabs collection uses the Count property to return the number of tabs in the collection.
You can reference an individual item within any Newlook collection by using its Index. All indexes in Newlook are zero-based therefore if you wanted to return the third item in the collection you would use the following syntax:
object.collection(2)
The following properties can be used with the TabPages collection:
Newlook Smartclient |
Newlook Server |
Deprecated
|
Obsolete
Property |
Client |
Description |
|
Returns the number of objects in a collection. |
© 2004-2021 looksoftware. All rights reserved.