C# Class ExamplesFx.TreeView.ExampleTreeNode

Create a demo code container
Inheritance: System.Windows.Forms.TreeNode, IHtmlWriter, ISearchableNode
ファイルを表示 Open project: MarcosMeli/ExamplesFx Class Usage Examples

Public Methods

Method 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

Method Description
ISearchableNode ( ) : string

Method Details

Clone() public method

public Clone ( ) : object
return object

ExampleTreeNode() public method

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

OutputHtml() public method

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