Click or drag to resize
KaxComboBoxItemCollection Methods

The KaxComboBoxItemCollection type exposes the following members.

Methods
  Name Description
Public method Code example Add
Appends the specified KaxComboBoxItem object to the end of the current KaxComboBoxItemCollection.
Public method Code example AddRange
Appends the specified array of KaxComboBoxItem objects to the end of the current KaxComboBoxItemCollection.
Public method Contains
Determines whether the specified KaxComboBoxItem object is in the current KaxComboBoxItemCollection.
Public method Code example FindItem
Returns the first KaxComboBoxItem that matches the conditions defined by the specified predicate. The predicate should returns a boolean value.
Public method FindItemByAttribute
Searches the items in the collection for a KaxComboBoxItem which contains the specified attribute and attribute value.
Public method FindItemByText(String)
Finds the first KaxComboBoxItem with Text that matches the given text value.
Public method Code example FindItemByText(String, Boolean)
Finds the first KaxComboBoxItem with Text that matches the given text value.
Public method FindItemByValue(String)
Finds the first KaxComboBoxItem with Value that matches the given value.
Public method Code example FindItemByValue(String, Boolean)
Finds the first KaxComboBoxItem with Value that matches the given value.
Public method FindItemIndexByText(String)
Returns the index of the first KaxComboBoxItem with Text that matches the given text value.
Public method FindItemIndexByText(String, Boolean)
Returns the index of the first KaxComboBoxItem with Text that matches the given text value.
Public method FindItemIndexByValue(String)
Returns the index of the first KaxComboBoxItem with Value that matches the given value.
Public method FindItemIndexByValue(String, Boolean)
Returns the index of the first KaxComboBoxItem with Value that matches the given value.
Public method IndexOf
Determines the index of the specified KaxComboBoxItem object in the collection.
Public method Insert
Inserts the specified KaxComboBoxItem object in the current KaxComboBoxItemCollection at the specified index location.
Public method Remove(Int32)
Removes the specified KaxComboBoxItem object from the current KaxComboBoxItemCollection.
Public method Remove(KaxComboBoxItem)
Removes the specified KaxComboBoxItem object from the current KaxComboBoxItemCollection.
Public method Sort
Sort the items from KaxComboBoxItemCollection.
Public method Sort(IComparer)
Sort the items from KaxComboBoxItemCollection.
Top
See Also