C# Class ExamplesFx.TreeView.CategoryTreeNode

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

Méthodes publiques

Méthode 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 méthode

public CategoryTreeNode ( ) : System
Résultat System

CategoryTreeNode() public méthode

Create a category tree node using text description
public CategoryTreeNode ( string text ) : System
text string
Résultat System

Clone() public méthode

public Clone ( ) : object
Résultat object

OutputHtml() public méthode

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