C# 클래스 ExamplesFx.TreeView.TreeViewExamples

상속: TreeViewEx
파일 보기 프로젝트 열기: MarcosMeli/ExamplesFx

공개 메소드들

메소드 설명
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