UAOOI.Windows.Forms Namespace
UAOOI.Windows.Forms

GenericTreeNode<(Of <(<'ObjectType, ParentType>)>)> Members

The GenericTreeNode<(Of <(<'ObjectType, ParentType>)>)> type exposes the following members.

Constructors


  Name Description
Public method GenericTreeNode<(Of <(<'ObjectType, ParentType>)>)>(String, ObjectType, ParentType)
Initializes a new instance of the class.
Public method GenericTreeNode<(Of <(<'ObjectType, ParentType>)>)>(String, ObjectType)
Initializes a new instance of the class.

Methods


  Name Description
Public method BeginEdit (Inherited from TreeNode.)
Public method Clear
Disposes and removes all tree nodes from the collection.
Public method Clone (Inherited from TreeNode.)
Public method Collapse(System.Boolean) (Inherited from TreeNode.)
Public method Collapse (Inherited from TreeNode.)
Public method CreateObjRef(System.Type) (Inherited from MarshalByRefObject.)
Protected method Deserialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) (Inherited from TreeNode.)
Public method Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method EndEdit(System.Boolean) (Inherited from TreeNode.)
Public method EnsureVisible (Inherited from TreeNode.)
Public method Equals(System.Object) (Inherited from Object.)
Public method Expand (Inherited from TreeNode.)
Public method ExpandAll (Inherited from TreeNode.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
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 GetNodeCount(System.Boolean) (Inherited from TreeNode.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method MakeSelected
Makes selected the current node .
Protected method MemberwiseClone(System.Boolean) (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from TreeNode.)
Protected method Serialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) (Inherited from TreeNode.)
Public method Toggle (Inherited from TreeNode.)
Public method ToString (Inherited from TreeNode.)

Properties


  Name Description
Public property BackColor (Inherited from TreeNode.)
Public property Bounds (Inherited from TreeNode.)
Public property Checked (Inherited from TreeNode.)
Public property ContextMenu (Inherited from TreeNode.)
Public property ContextMenuStrip (Inherited from TreeNode.)
Public property FirstNode (Inherited from TreeNode.)
Public property ForeColor (Inherited from TreeNode.)
Public property FullPath (Inherited from TreeNode.)
Public property Handle (Inherited from TreeNode.)
Public property ImageIndex (Inherited from TreeNode.)
Public property ImageKey (Inherited from TreeNode.)
Public property Index (Inherited from TreeNode.)
Public property IsEditing (Inherited from TreeNode.)
Public property IsExpanded (Inherited from TreeNode.)
Public property IsSelected (Inherited from TreeNode.)
Public property IsVisible (Inherited from TreeNode.)
Public property LastNode (Inherited from TreeNode.)
Public property Level (Inherited from TreeNode.)
Public property Menu
Gets the tree current context menu.
Public property Name (Inherited from TreeNode.)
Public property NextNode (Inherited from TreeNode.)
Public property NextVisibleNode (Inherited from TreeNode.)
Public property NodeFont (Inherited from TreeNode.)
Public property Nodes (Inherited from TreeNode.)
Public property Parent
Gets the parent tree node of the current tree node.
Public property PrevNode (Inherited from TreeNode.)
Public property PrevVisibleNode (Inherited from TreeNode.)
Public property SelectedImageIndex (Inherited from TreeNode.)
Public property SelectedImageKey (Inherited from TreeNode.)
Public property StateImageIndex (Inherited from TreeNode.)
Public property StateImageKey (Inherited from TreeNode.)
Public property Tag
Gets or sets the object that contains data about the tree node.
Public property Text (Inherited from TreeNode.)
Public property ToolTipText (Inherited from TreeNode.)
Public property TreeView (Inherited from TreeNode.)