Click or drag to resize
KaxNavigationItemCollection Methods

The KaxNavigationItemCollection type exposes the following members.

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