TabPageCollection Methods |
The TabControlTabPageCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds an existing TabPage object to the collection.
| |
| Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) | |
| Contains |
Determines if the specified TabPage is a member of the collection.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) | |
| 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 within the collection of the specified item.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnClear |
Overridden. Stores a copy of the TabPage objects to remove their connections.
(Overrides CollectionBaseOnClear.) | |
| OnClearComplete |
Overridden. Removes the connection of the TabPage stored.
(Overrides CollectionBaseOnClearComplete.) | |
| OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnInsertComplete |
Overridden. Adds the connection of the TabPage.
(Overrides CollectionBaseOnInsertComplete(Int32, Object).) | |
| OnRemove | Performs additional custom processes when removing an element from the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnRemoveComplete |
Overridden. Removes the connection of the TabPage.
(Overrides CollectionBaseOnRemoveComplete(Int32, Object).) | |
| OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnSetComplete | Performs additional custom processes after setting a value in the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnValidate | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) | |
| RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |