[]
Gets or sets the TabPosition at the specified index.
public TabPosition this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| TabPosition | The TabPosition at the specified index. |