UAOOI.Windows.Forms

ITreeNodeInterface Members

The ITreeNodeInterface type exposes the following members.

Methods


  Name Description
Public method Clear
Clears this instance and removes all tree nodes from the collection.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMenuItems
Gets the menu items. A node should return the items for the context menu that allow to perform any operation on the node.
Public method GetType (Inherited from Object.)
Public method MakeSelected
Makes selected the current node .
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Menu
Gets the tree current context menu.
Public property Nodes
Gets the collection of System.Windows.Forms.TreeNode objects assigned to the current tree node.
Public property TreeView
Gets the parent TreeView that the tree node is assigned to.