Click or drag to resize
KaxTrackBarItemCollection Methods

The KaxTrackBarItemCollection type exposes the following members.

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