Click or drag to resize
KaxTreeNodeCollection Methods

The KaxTreeNodeCollection type exposes the following members.

Methods
  Name Description
Public method Code example Add
Appends the specified KaxTreeNode object to the end of the current KaxTreeNodeCollection.
Public method Code example AddRange
Appends the specified array of KaxTreeNode objects to the end of the current KaxTreeNodeCollection.
Public method Contains
Determines whether the specified KaxTreeNode object is in the current KaxTreeNodeCollection.
Public method CopyTo
Copies the KaxTreeNode instances stored in the current KaxTreeNodeCollection object to an System.Array object, beginning at the specified index location in the System.Array.
Public method Code example FindNode
Returns the first KaxTreeNode that matches the conditions defined by the specified predicate. The predicate should returns a boolean value.
Public method FindNodeByAttribute
Searches the nodes in the collection for a KaxTreeNode which contains the specified attribute and attribute value.
Public method FindNodeByText(String)
Searches all nodes for a KaxTreeNode with a Text property equal to the specified text.
Public method FindNodeByText(String, Boolean)
Searches all nodes for a KaxTreeNode with a Text property equal to the specified text.
Public method FindNodeByValue(String)
Searches all nodes for a KaxTreeNode with a Value property equal to the specified value.
Public method FindNodeByValue(String, Boolean)
Searches all nodes for a KaxTreeNode with a Value property equal to the specified value.
Public method IndexOf
Determines the index of the specified KaxTreeNode object in the collection.
Public method Insert
Inserts the specified KaxTreeNode object in the current KaxTreeNodeCollection at the specified index location.
Public method Remove
Removes the specified KaxTreeNode object from the current KaxTreeNodeCollection.
Public method RemoveAt
Removes the KaxTreeNode object at the specified index from the current KaxTreeNodeCollection.
Top
See Also