[]
Represents a collection of TabPosition objects. This is the type of TabPositions property.
public class TabPositionCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| TabPositionCollection() |
| Name | Description |
|---|---|
| this[int] | Gets or sets the TabPosition at the specified index. |
| Name | Description |
|---|---|
| Add(TabPosition) | Adds a TabPosition object to the current collection. |
| Add(Unit) | Creates a new TabPosition object, initializes it with the specified tab stop position, and adds it to the current collection. |
| Add(Unit, TabAlignmentEnum) | Creates a new TabPosition object, initializes it with the specified tab stop position and text alignment, and adds it to the current collection. |
| Add(Unit, TabAlignmentEnum, char) | Creates a new TabPosition object, initializes it with the specified tab stop position, text alignment and fill char, and adds it to the current collection. |
| IndexOf(TabPosition) | Gets the index of a TabPosition object in the current collection. |
| Insert(int, TabPosition) | Inserts a TabPosition object at the specified position into the current collection. |
| Remove(TabPosition) | Removes a TabPosition object from the current collection. |