TreeNodeEx Methods |
The TreeNodeEx type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginEdit | Initiates the editing of the tree node label. (Inherited from TreeNode.) | |
| Clone | Copies the tree node and the entire subtree rooted at this tree node. (Inherited from TreeNode.) | |
| Collapse | Collapses the tree node. (Inherited from TreeNode.) | |
| Collapse(Boolean) | Collapses the TreeNode and optionally collapses its children. (Inherited from TreeNode.) | |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Deserialize | Loads the state of the TreeNode from the specified SerializationInfo. (Inherited from TreeNode.) | |
| EndEdit | Ends the editing of the tree node label. (Inherited from TreeNode.) | |
| EnsureVisible | Ensures that the tree node is visible, expanding tree nodes and scrolling the tree view control as necessary. (Inherited from TreeNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Expand | Expands the tree node. (Inherited from TreeNode.) | |
| ExpandAll | Expands all the child tree nodes. (Inherited from TreeNode.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetNodeCount | Returns the number of child tree nodes. (Inherited from TreeNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| Remove | Removes the current tree node from the tree view control. (Inherited from TreeNode.) | |
| Serialize | Saves the state of the TreeNode to the specified SerializationInfo. (Inherited from TreeNode.) | |
| Toggle | Toggles the tree node to either the expanded or collapsed state. (Inherited from TreeNode.) | |
| ToString | (Inherited from TreeNode.) |