Click or drag to resize
KaxToolBarItemCollection Methods

The KaxToolBarItemCollection type exposes the following members.

Methods
  Name Description
Public method Code example Add
Appends the specified KaxToolBarItem object to the end of the current KaxToolBarItemCollection.
Public method Code example AddRange
Appends the specified array of KaxToolBarItem objects to the end of the current KaxToolBarItemCollection.
Public method Contains
Determines whether the specified KaxToolBarItem object is in the current KaxToolBarItemCollection.
Public method Code example FindItem
Returns the first KaxToolBarItem 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 KaxToolBarItem which contains the specified attribute and attribute value.
Public method FindItemByText(String)
Searches the ToolBarItemCollection for the first KaxToolBarItem with a Text property equal to the specified value.
Public method FindItemByText(String, Boolean)
Searches the ToolBarItemCollection for the first KaxToolBarItem with a Text property equal to the specified value.
Public method FindItemByValue(String)
Searches the ToolBarItemCollection for the first button item (KaxToolBarButton or KaxToolBarSplitButton) with a Value property equal to the specified value.
Public method FindItemByValue(String, Boolean)
Searches the ToolBarItemCollection for the first button item (KaxToolBarButton or KaxToolBarSplitButton) with a Value property equal to the specified value.
Public method IndexOf
Determines the index of the specified KaxToolBarItem object in the collection.
Public method Insert
Inserts the specified KaxToolBarItem object in the current KaxToolBarItemCollection at the specified index location.
Public method Remove
Removes the specified KaxToolBarItem object from the current KaxToolBarItemCollection.
Public method RemoveAt
Removes the KaxToolBarItem object at the specified index from the current KaxToolBarItemCollection.
Top
See Also