C# Class System.Windows.Forms.TreeNode_Old

Inheritance: IEnumerable, IEnumerator
Show file Open project: Meragon/Unity-WinForms Class Usage Examples

Public Properties

Property Type Description
Nodes List
Parent TreeNode_Old

Public Methods

Method Description
AddNode ( TreeNode_Old node ) : void
Collapse ( ) : void
CollapseExpand ( ) : void
Expand ( ) : void
GetEnumerator ( ) : IEnumerator
Hide ( ) : void
MoveNext ( ) : bool
RemoveNodeAt ( int index ) : void
Reset ( ) : void
Show ( ) : void
ToString ( ) : string
TreeNode_Old ( ) : System
TreeNode_Old ( string text ) : System

Private Methods

Method Description
FindTreeIndex ( TreeNode_Old node ) : FindResult
GetDepth ( ) : int
GetPath ( ) : string
GetRootNode ( ) : TreeNode_Old
GetTreeIndex ( ) : int
OnClickCall ( MouseEventArgs e, TreeNode_Old self ) : void
OnDoubleClickCall ( MouseEventArgs e, TreeNode_Old self ) : void
UpdateContent ( ) : void

Method Details

AddNode() public method

public AddNode ( TreeNode_Old node ) : void
node TreeNode_Old
return void

Collapse() public method

public Collapse ( ) : void
return void

CollapseExpand() public method

public CollapseExpand ( ) : void
return void

Expand() public method

public Expand ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Hide() public method

public Hide ( ) : void
return void

MoveNext() public method

public MoveNext ( ) : bool
return bool

RemoveNodeAt() public method

public RemoveNodeAt ( int index ) : void
index int
return void

Reset() public method

public Reset ( ) : void
return void

Show() public method

public Show ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

TreeNode_Old() public method

public TreeNode_Old ( ) : System
return System

TreeNode_Old() public method

public TreeNode_Old ( string text ) : System
text string
return System

Property Details

Nodes public property

public List Nodes
return List

Parent public property

public TreeNode_Old,System.Windows.Forms Parent
return TreeNode_Old