C# Класс ExamplesFx.TreeView.TreeViewExamples

Наследование: TreeViewEx
Показать файл Открыть проект

Открытые методы

Метод Описание
LoadExamples ( IEnumerable examples ) : void

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

ProcessDocumentation ( ) : void

Приватные методы

Метод Описание
GetHeadAndFoot ( string &Heading, string &Footing ) : void
LeafCategory ( ExampleCode example ) : CategoryTreeNode

Create a leaf categories supplied in the example code

Описание методов

LoadExamples() публичный Метод

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
Результат void

ProcessDocumentation() публичный Метод

public ProcessDocumentation ( ) : void
Результат void