Click or drag to resize

TreeNodeEx Methods

The TreeNodeEx type exposes the following members.

Methods
  NameDescription
Public methodBeginEdit
Initiates the editing of the tree node label.
(Inherited from TreeNode.)
Public methodClone
Copies the tree node and the entire subtree rooted at this tree node.
(Inherited from TreeNode.)
Public methodCollapse
Collapses the tree node.
(Inherited from TreeNode.)
Public methodCollapse(Boolean)
Collapses the TreeNode and optionally collapses its children.
(Inherited from TreeNode.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Protected methodDeserialize
Loads the state of the TreeNode from the specified SerializationInfo.
(Inherited from TreeNode.)
Public methodEndEdit
Ends the editing of the tree node label.
(Inherited from TreeNode.)
Public methodEnsureVisible
Ensures that the tree node is visible, expanding tree nodes and scrolling the tree view control as necessary.
(Inherited from TreeNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExpand
Expands the tree node.
(Inherited from TreeNode.)
Public methodExpandAll
Expands all the child tree nodes.
(Inherited from TreeNode.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetNodeCount
Returns the number of child tree nodes.
(Inherited from TreeNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodRemove
Removes the current tree node from the tree view control.
(Inherited from TreeNode.)
Protected methodSerialize
Saves the state of the TreeNode to the specified SerializationInfo.
(Inherited from TreeNode.)
Public methodToggle
Toggles the tree node to either the expanded or collapsed state.
(Inherited from TreeNode.)
Public methodToString (Inherited from TreeNode.)
Top
See Also