KaxToolBarButtonCollection Methods |
The KaxToolBarButtonCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Add |
Appends the specified KaxToolBarButton object to the end of the
current KaxToolBarButtonCollection.
|
![]() ![]() |
AddRange |
Appends the specified array of KaxToolBarButton objects
to the end of the current KaxToolBarButtonCollection.
|
![]() |
Contains |
Determines whether the specified KaxToolBarButton object
is in the current KaxToolBarButtonCollection.
|
![]() |
FindButtonByAttribute |
Searches the items in the collection for a KaxToolBarButton
which contains the specified attribute and attribute value.
|
![]() |
FindButtonByText |
Searches the KaxToolBarButtonCollection for the first
KaxToolBarButton with a Text property equal to
the specified value.
|
![]() |
FindButtonByValue |
Searches the KaxToolBarButtonCollection for the first
KaxToolBarButton with a Value property equal
to the specified value.
|
![]() |
IndexOf |
Determines the index of the specified KaxToolBarButton object in
the collection.
|
![]() |
Insert |
Inserts the specified KaxToolBarButton object in the current
KaxToolBarButtonCollection at the specified index location.
|
![]() |
Remove |
Removes the specified KaxToolBarButton object from the current
KaxToolBarButtonCollection.
|
![]() |
RemoveAt |
Removes the KaxToolBarButton object at the specified index
from the current KaxToolBarButtonCollection.
|