| 
 | 
 | 
 | 
| 
        | TabCollectionClass Class | 
TabCollectionClass Class (Softelvdm.SftTabsNET Namespace)
An instance of the TabCollectionClass class represents all tabs managed by the control.
There is only one instance of the TabCollectionClass class for one SftTabs/NET control. It is accessed using the control's TabCollection property.
| VB | Public Class TabCollectionClass Inherits CollectionBase | 
| C# | public class TabCollectionClass : CollectionBase | 
| C++ | public ref class TabCollectionClass : public CollectionBase | 
| Public | Fields | ||||
| Protected | Constructors | Fields | 
 | 
| Description | |
| none | This class cannot be instantiated. | 
| Description | |
| 
 | Gets or sets the number of elements that the CollectionBase can contain. | 
| Returns the number of tabs in the TabCollectionClass instance. | |
| Returns a tab contained in the TabCollectionClass instance. | |
| Returns the number of visible tabs. | |
| Description | |
| Adds a tab to the tab collection, adding it at the end of the list. | |
| Adds tabs to the tab collection, adding them at the end of the list. | |
| 
 | Removes all objects from the CollectionBase instance. | 
| Determines whether the tab collection contains a specific tab. | |
| 
 | Determines whether the specified Object is equal to the current Object. | 
| 
 | Returns an enumerator that iterates through the CollectionBase instance. | 
| 
 | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | 
| 
 | Gets the Type of the current instance. | 
| Determines the index of a specific tab in the tab collection. | |
| Inserts a tab into the tab collection at the specified position. | |
| Moves a tab to a new position in the tab collection. | |
| 
 | Determines whether the specified Object instances are the same instance. | 
| 
 | Removes the element at the specified index of the CollectionBase instance. | 
| 
 | Returns a String that represents the current Object. | 
| Description | |
| Occurs when a property of a TabCollectionClass instance is modified. | |
| Description | |
| 
 | Gets an ArrayList containing the list of elements in the CollectionBase instance. | 
| 
 | Gets an IList containing the list of elements in the CollectionBase instance. | 
| Description | |
| 
 | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
| 
 | Creates a shallow copy of the current Object. | 
| Performs additional custom processing before clearing the contents of the TabCollectionClass instance. | |
| Performs additional custom processing after clearing the contents of the TabCollectionClass instance. | |
| Performs additional custom processing before inserting a new tab into the TabCollectionClass instance. | |
| Performs additional custom processing after inserting a new tab into the TabCollectionClass instance. | |
| Performs additional custom processing before removing a tab from the TabCollectionClass instance. | |
| Performs additional custom processing after removing a tab from the TabCollectionClass instance. | |
| Performs additional custom processing before setting a tab in the TabCollectionClass instance. | |
| Performs additional custom processing after setting a tab in the TabCollectionClass instance. | |
| 
 | Performs additional custom processes when validating a value. | 
See Also Softelvdm.SftTabsNET Namespace