KaxTrackBarItemCollection Methods |
The KaxTrackBarItemCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Appends the specified KaxTrackBarItem object to the end of the current KaxTrackBarItemCollection.
|
|
AddRange |
Appends the specified array of KaxTrackBarItem objects to the end of the
current KaxTrackBarItemCollection.
|
|
Contains |
Determines whether the specified KaxTrackBarItem object is in the current
KaxTrackBarItemCollection.
|
|
FindItemByAttribute |
Searches the items in the collection for a KaxTrackBarItem which contains the specified attribute and attribute value.
|
|
FindItemByText |
Finds the first KaxTrackBarItem with Text that
matches the given text value.
|
|
FindItemByValue |
Finds the first KaxTrackBarItem with Value that
matches the given value.
|
|
IndexOf |
Determines the index of the specified KaxTrackBarItem object in the collection.
|
|
Insert |
Inserts the specified KaxTrackBarItem object in the current
KaxTrackBarItemCollection at the specified index location.
|
|
Remove(Int32) |
Removes the specified KaxTrackBarItem object from the current
KaxTrackBarItemCollection.
|
|
Remove(KaxTrackBarItem) |
Removes the specified KaxTrackBarItem object from the current
KaxTrackBarItemCollection.
|