C# 클래스 Raccoom.Windows.Forms.TreeNodePath

상속: Raccoom.Windows.Forms.TreeNodeBase
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
AddDummyNode ( ) : void

Adds a dummy node to the parent node

RemoveDummyNode ( ) : void

Removes the dummy node from the parent node.

TreeNodePath ( ) : System

Initializes a new instance of the TreeNodePath class.

TreeNodePath ( string text, bool isSpecialFolder ) : System

Initializes a new instance of the TreeNodePath class.

TreeNodePath ( string text, bool isSpecialFolder, int imageIndex, int selectedImageIndex ) : System

Initializes a new instance of the TreeNodePath class.

메소드 상세

AddDummyNode() 공개 메소드

Adds a dummy node to the parent node
public AddDummyNode ( ) : void
리턴 void

RemoveDummyNode() 공개 메소드

Removes the dummy node from the parent node.
public RemoveDummyNode ( ) : void
리턴 void

TreeNodePath() 공개 메소드

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( ) : System
리턴 System

TreeNodePath() 공개 메소드

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( string text, bool isSpecialFolder ) : System
text string The label Text of the new tree node.
isSpecialFolder bool
리턴 System

TreeNodePath() 공개 메소드

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( string text, bool isSpecialFolder, int imageIndex, int selectedImageIndex ) : System
text string The label Text of the new tree node.
isSpecialFolder bool
imageIndex int The index value of Image to display when the tree node is unselected.
selectedImageIndex int The index value of Image to display when the tree node is selected.
리턴 System