C# Class ExamplesFx.TreeView.CategoryTreeNode

Container for category as a tree node leaf
Inheritance: System.Windows.Forms.TreeNode, IHtmlWriter
Exibir arquivo Open project: MarcosMeli/ExamplesFx Class Usage Examples

Public Methods

Method Description
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

Method Details

CategoryTreeNode() public method

public CategoryTreeNode ( ) : System
return System

CategoryTreeNode() public method

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

Clone() public method

public Clone ( ) : object
return object

OutputHtml() public method

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