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