TrackBarItemCollection Methods
A collection of TrackBarItem objects.
Name | Description |
---|---|
Add() | Adds a new item to the collection and returnes the newly created object. |
Add |
Adds a specified item to the end of the collection. |
Add |
Adds a new item to the collection and specifies the item’s display text and value. |
Add |
Adds a new item to the collection and specifies the item’s display text and value. |
Add |
Adds a new item to the collection and specifies the item’s display text. |
Add |
Adds a collection of items to the end of the collection.
Inherited from List |
Assign |
Copies the items from the specified IAssignable |
Clear() |
Clears the items collection.
Inherited from List |
Copy |
Copies the items from the collection to the specified array, starting at the specified index in the array object.
Inherited from State |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Returns an item with the specified text. |
Find |
Removes all leading and trailing white-space characters from the passed string and returns an item with the identical Text property value. |
Find |
Returns an item with the specified Value property value. |
Get |
Returns a reference to an enumerator object, which is used to iterate through the collection.
Inherited from State |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Searches for a specific item and returns the item’s position within the item collection. |
Index |
Searches for an item by its display text and returns the zero-based index of its first occurrence within the collection.
Inherited from List |
Index |
Removes all leading and trailing white-space characters from the passed string and searches for the first occurrence of the item with the identical value in the collection.
Inherited from List |
Index |
Searches for the item by its associated value and returns the zero-based index of its first occurrence within the collection.
Inherited from List |
Insert |
Adds a specific item to the specified position within the collection. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
Moves a specific collection item to another position within the list. Inherited from Collection. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the item from the collection. |
Remove |
Removes an item with the specified index location from the collection.
Inherited from List |
Set |
For internal use only.
Inherited from State |
To |
Returns a string that represents the current object. Inherited from Collection. |
See Also