C# Class ExamplesFx.TreeView.TreeViewExamples

Inheritance: TreeViewEx
Show file Open project: MarcosMeli/ExamplesFx

Public Methods

Method Description
LoadExamples ( IEnumerable examples ) : void

Load all the exampless into the Tree View control on the LHS

ProcessDocumentation ( ) : void

Private Methods

Method Description
GetHeadAndFoot ( string &Heading, string &Footing ) : void
LeafCategory ( ExampleCode example ) : CategoryTreeNode

Create a leaf categories supplied in the example code

Method Details

LoadExamples() public method

Load all the exampless into the Tree View control on the LHS
public LoadExamples ( IEnumerable examples ) : void
examples IEnumerable List of examples created by ExamplesGenerator
return void

ProcessDocumentation() public method

public ProcessDocumentation ( ) : void
return void