C# 클래스 System.Windows.Forms.TreeNode_Old

상속: IEnumerable, IEnumerator
파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Nodes List
Parent TreeNode_Old

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddNode() 공개 메소드

public AddNode ( TreeNode_Old node ) : void
node TreeNode_Old
리턴 void

Collapse() 공개 메소드

public Collapse ( ) : void
리턴 void

CollapseExpand() 공개 메소드

public CollapseExpand ( ) : void
리턴 void

Expand() 공개 메소드

public Expand ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

RemoveNodeAt() 공개 메소드

public RemoveNodeAt ( int index ) : void
index int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TreeNode_Old() 공개 메소드

public TreeNode_Old ( ) : System
리턴 System

TreeNode_Old() 공개 메소드

public TreeNode_Old ( string text ) : System
text string
리턴 System

프로퍼티 상세

Nodes 공개적으로 프로퍼티

public List Nodes
리턴 List

Parent 공개적으로 프로퍼티

public TreeNode_Old,System.Windows.Forms Parent
리턴 TreeNode_Old