C# Class System.Windows.Forms.TreeNode_Old

Inheritance: IEnumerable, IEnumerator
Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Свойство Type Description
Nodes List
Parent TreeNode_Old

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddNode ( TreeNode_Old node ) : void
node TreeNode_Old
Résultat void

Collapse() public méthode

public Collapse ( ) : void
Résultat void

CollapseExpand() public méthode

public CollapseExpand ( ) : void
Résultat void

Expand() public méthode

public Expand ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Hide() public méthode

public Hide ( ) : void
Résultat void

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

RemoveNodeAt() public méthode

public RemoveNodeAt ( int index ) : void
index int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TreeNode_Old() public méthode

public TreeNode_Old ( ) : System
Résultat System

TreeNode_Old() public méthode

public TreeNode_Old ( string text ) : System
text string
Résultat System

Property Details

Nodes public_oe property

public List Nodes
Résultat List

Parent public_oe property

public TreeNode_Old,System.Windows.Forms Parent
Résultat TreeNode_Old