TabCollection Class |
Namespace: Bootstrap.A11y
public class TabCollection : CollectionBase
The TabCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| TabCollection |
Initializes a new instance of the TabCollection class.
|
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| InnerList | (Inherited from CollectionBase.) | |
| Item |
Indexer property for the collection that returns and sets an item
| |
| List | (Inherited from CollectionBase.) |
| Name | Description | |
|---|---|---|
| Add |
Adds the specified tab.
| |
| Clear | (Inherited from CollectionBase.) | |
| Contains |
Determines whether the collection contains the specified tab.
| |
| CopyTo |
Copies to.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Gets the index of a given tab. Returns -1 if the item isn't in the list.
| |
| Insert |
Inserts the specified index.
| |
| MemberwiseClone | (Inherited from Object.) | |
| OnClear | (Inherited from CollectionBase.) | |
| OnClearComplete | (Inherited from CollectionBase.) | |
| OnInsert | (Inherited from CollectionBase.) | |
| OnInsertComplete | (Inherited from CollectionBase.) | |
| OnRemove | (Inherited from CollectionBase.) | |
| OnRemoveComplete | (Inherited from CollectionBase.) | |
| OnSet | (Inherited from CollectionBase.) | |
| OnSetComplete | (Inherited from CollectionBase.) | |
| OnValidate | (Inherited from CollectionBase.) | |
| Remove |
Removes the specified tab.
| |
| RemoveAt | (Inherited from CollectionBase.) | |
| ToString | (Inherited from Object.) |