KaxMenuItemCollection Methods |
The KaxMenuItemCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Add |
Appends the specified KaxMenuItem object to the end of the current KaxMenuItemCollection.
|
![]() ![]() |
AddRange |
Appends the specified array of KaxMenuItem objects to the end of the
current KaxMenuItemCollection.
|
![]() |
Contains |
Determines whether the specified KaxMenuItem object is in the current
KaxMenuItemCollection.
|
![]() |
CopyTo |
Copies the contents of the current KaxMenuItemCollection into the
specified array of KaxMenuItem objects.
|
![]() ![]() |
FindItem |
Returns the first KaxMenuItem
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
|
![]() |
FindItemByAttribute |
Searches the items in the collection for a KaxMenuItem which contains the specified attribute and attribute value.
|
![]() |
FindItemByText(String) |
Searches the KaxMenuItemCollection control for the first
KaxMenuItem with a Text property equal to
the specified value.
|
![]() |
FindItemByText(String, Boolean) |
Searches the KaxMenu control for the first
KaxMenuItem with a Text property equal to
the specified value.
|
![]() |
FindItemByValue(String) |
Searches the KaxMenuItemCollection control for the first
KaxMenuItem with a Value property equal
to the specified value.
|
![]() |
FindItemByValue(String, Boolean) |
Searches the KaxMenu control for the first
KaxMenuItem with a Value property equal
to the specified value.
|
![]() |
IndexOf |
Determines the index of the specified KaxMenuItem object in the collection.
|
![]() |
Insert |
Inserts the specified KaxMenuItem object in the current
KaxMenuItemCollection at the specified index location.
|
![]() |
Remove |
Removes the specified KaxMenuItem object from the current
KaxMenuItemCollection.
|
![]() |
RemoveAt |
Removes the KaxMenuItem object at the specified index
from the current KaxMenuItemCollection.
|