TreeNode Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Collapse | Collapses the current tree node. |
| CollapseAll | Collapses the current node and all its child nodes. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| Expand | Expands the current tree node. |
| ExpandAll | Expands the current node and all its child nodes. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Select | Selects the current node in the TreeView control. |
| ToggleExpandState | Alternates between the expanded and collapsed state of the node. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Clone | Creates a new instance of the TreeNode class with the properties of the current TreeNode instance. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| LoadViewState | Loads the previously saved view state of the node. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| RenderPostText | Allows control developers to add additional rendering to the node. |
| RenderPreText | Allows control developers to add additional rendering to the node. |
| SaveViewState | Saves the current view state of the node. |
| TrackViewState | Marks the starting point at which to begin tracking and saving view state changes to the node. |
| Name | Description | |
|---|---|---|
| System.ICloneable.Clone | Creates a copy of the TreeNode object. |
| System.Web.UI.IStateManager.LoadViewState | Loads the node's previously saved view state. |
| System.Web.UI.IStateManager.SaveViewState | Saves the view state changes to a System.Object. |
| System.Web.UI.IStateManager.TrackViewState | Instructs the TreeNode object to track changes to its view state. |
Community Additions
ADD
Show: