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

상속: System.MarshalByRefObject, ICloneable, ISerializable
파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_FORE_COLOR Color

공개 메소드들

메소드 설명
Collapse ( ) : void
EnsureVisible ( ) : void
Expand ( ) : void
ExpandAll ( ) : void
Remove ( ) : void
ToString ( ) : string
Toggle ( ) : void
TreeNode ( string text ) : System
TreeNode ( string text, TreeNode children ) : System

비공개 메소드들

메소드 설명
CollapseInternal ( ) : void
ExpandAllInternal ( ) : void
GetXIndex ( ) : int
GetYIndex ( ) : int
Remove ( bool notify ) : void
TreeNode ( TreeView treeView ) : System
_GetVisibleNodesAmount ( TreeNode node, int currentAmount ) : int
_GetXIndex ( TreeNode currentNode, int currentX ) : int
_GetYIndex ( TreeNode currentNode, int currentY ) : int

메소드 상세

Collapse() 공개 메소드

public Collapse ( ) : void
리턴 void

EnsureVisible() 공개 메소드

public EnsureVisible ( ) : void
리턴 void

Expand() 공개 메소드

public Expand ( ) : void
리턴 void

ExpandAll() 공개 메소드

public ExpandAll ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Toggle() 공개 메소드

public Toggle ( ) : void
리턴 void

TreeNode() 공개 메소드

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

TreeNode() 공개 메소드

public TreeNode ( string text, TreeNode children ) : System
text string
children TreeNode
리턴 System

프로퍼티 상세

DEFAULT_FORE_COLOR 공개적으로 정적으로 프로퍼티

public static Color DEFAULT_FORE_COLOR
리턴 Color