TrackBarItemCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Adds a new item to the collection and returnes the newly created object. |
| Add(TrackBarItem) | item | Adds a specified item to the end of the collection. |
| Add(String, Object, String) | text, value, toolTip | Adds a new item to the collection and specifies the item’s display text and value. |
| Add(String, Object) | text, value | Adds a new item to the collection and specifies the item’s display text and value. |
| Add(String) | text | Adds a new item to the collection and specifies the item’s display text. |