C# 클래스 ExamplesFx.TreeView.CategoryTreeNode

Container for category as a tree node leaf
상속: System.Windows.Forms.TreeNode, IHtmlWriter
파일 보기 프로젝트 열기: MarcosMeli/ExamplesFx 1 사용 예제들

공개 메소드들

메소드 설명
CategoryTreeNode ( ) : System
CategoryTreeNode ( string text ) : System

Create a category tree node using text description

Clone ( ) : object
OutputHtml ( StringBuilder index, int indent ) : void

Output HTML, in this case a heading

메소드 상세

CategoryTreeNode() 공개 메소드

public CategoryTreeNode ( ) : System
리턴 System

CategoryTreeNode() 공개 메소드

Create a category tree node using text description
public CategoryTreeNode ( string text ) : System
text string
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

OutputHtml() 공개 메소드

Output HTML, in this case a heading
public OutputHtml ( StringBuilder index, int indent ) : void
index StringBuilder
indent int
리턴 void