C# Class ExamplesFx.TreeView.ExampleTreeNode

Create a demo code container
Inheritance: System.Windows.Forms.TreeNode, IHtmlWriter, ISearchableNode
Afficher le fichier Open project: MarcosMeli/ExamplesFx Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
ExampleTreeNode ( ExampleCode example ) : System

Create a demo tree node with text based on Name

OutputHtml ( StringBuilder index, int indent ) : void

Output HTML, in this case a heading

Private Methods

Méthode Description
ISearchableNode ( ) : string

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

ExampleTreeNode() public méthode

Create a demo tree node with text based on Name
public ExampleTreeNode ( ExampleCode example ) : System
example ExampleCode DemoCode value to base node upon
Résultat System

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