Click or drag to resize
KaxToolBarButtonCollection Methods

The KaxToolBarButtonCollection type exposes the following members.

Methods
  Name Description
Public method Code example Add
Appends the specified KaxToolBarButton object to the end of the current KaxToolBarButtonCollection.
Public method Code example AddRange
Appends the specified array of KaxToolBarButton objects to the end of the current KaxToolBarButtonCollection.
Public method Contains
Determines whether the specified KaxToolBarButton object is in the current KaxToolBarButtonCollection.
Public method FindButtonByAttribute
Searches the items in the collection for a KaxToolBarButton which contains the specified attribute and attribute value.
Public method FindButtonByText
Searches the KaxToolBarButtonCollection for the first KaxToolBarButton with a Text property equal to the specified value.
Public method FindButtonByValue
Searches the KaxToolBarButtonCollection for the first KaxToolBarButton with a Value property equal to the specified value.
Public method IndexOf
Determines the index of the specified KaxToolBarButton object in the collection.
Public method Insert
Inserts the specified KaxToolBarButton object in the current KaxToolBarButtonCollection at the specified index location.
Public method Remove
Removes the specified KaxToolBarButton object from the current KaxToolBarButtonCollection.
Public method RemoveAt
Removes the KaxToolBarButton object at the specified index from the current KaxToolBarButtonCollection.
Top
See Also