TabControl.TabPageCollection Members
.NET Framework 3.0
Contains a collection of TabPage objects.
The following tables list the members exposed by the TabControl.TabPageCollection type.
| Name | Description | |
|---|---|---|
| TabControl.TabPageCollection | Initializes a new instance of the TabControl.TabPageCollection class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of tab pages in the collection. |
| IsReadOnly | Gets a value indicating whether the collection is read-only. |
| Item | Overloaded. Gets or sets a tab page in the collection. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Overloaded. Adds a tab page to the collection. |
| AddRange | Adds a set of tab pages to the collection. |
| Clear | Removes all the tab pages from the collection. |
| Contains | Determines whether a specified tab page is in the collection. |
| ContainsKey | Determines whether the collection contains a tab page with the specified key. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an enumeration of all the tab pages in the collection. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IndexOf | Returns the index of the specified tab page in the collection. |
| IndexOfKey | Returns the index of the first occurrence of the TabPage with the specified key. |
| Insert | Overloaded. Inserts a tab page into the collection at the specified index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes a TabPage from the collection. |
| RemoveAt | Removes the tab page at the specified index from the collection. |
| RemoveByKey | Removes the tab page with the specified key from the collection. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top