C# Class ExamplesFx.TreeView.TreeViewExamples

Inheritance: TreeViewEx
Afficher le fichier Open project: MarcosMeli/ExamplesFx

Méthodes publiques

Méthode Description
LoadExamples ( IEnumerable examples ) : void

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

ProcessDocumentation ( ) : void

Private Methods

Méthode Description
GetHeadAndFoot ( string &Heading, string &Footing ) : void
LeafCategory ( ExampleCode example ) : CategoryTreeNode

Create a leaf categories supplied in the example code

Method Details

LoadExamples() public méthode

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
Résultat void

ProcessDocumentation() public méthode

public ProcessDocumentation ( ) : void
Résultat void