TabControl.TabPageCollection Properties
.NET Framework 4.5
The TabControl.TabPageCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of tab pages in the collection. |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. |
|
Item[Int32] | Gets or sets a TabPage in the collection. |
|
Item[String] | Gets a tab page with the specified key from the collection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Infrastructure. Gets a value indicating whether access to the TabControl.TabPageCollection is synchronized (thread safe). |
|
ICollection.SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the TabControl.TabPageCollection. |
|
IList.IsFixedSize | Infrastructure. Gets a value indicating whether the TabControl.TabPageCollection has a fixed size. |
|
IList.Item | Infrastructure. Gets or sets a TabPage in the collection. |