Метод | Описание | |
---|---|---|
AddFileNode ( PackageEntry file ) : void |
Adds a node to the tree based on the passed file information. This is useful when building a directory-based tree.
|
|
BetterTreeView ( ) : System | ||
GenerateIconList ( IEnumerable |
||
Search ( string value, SearchType searchType ) : IReadOnlyCollection |
Performs a breadth-first-search on the TreeView's nodes in search of the passed value. The matching conditions are based on the passed search type parameter.
|
Метод | Описание | |
---|---|---|
OnPaint ( PaintEventArgs pe ) : void |
Метод | Описание | |
---|---|---|
Search ( string value, Func |
Performs a breadth-first-search on the TreeView's nodes in search of the passed value. The matching conditions are based the passed function.
|
public AddFileNode ( PackageEntry file ) : void | ||
file | PackageEntry | File entry. |
Результат | void |
public GenerateIconList ( IEnumerable |
||
extensions | IEnumerable |
|
Результат | void |
protected OnPaint ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
Результат | void |
public Search ( string value, SearchType searchType ) : IReadOnlyCollection |
||
value | string | Value to search for in the TreeView. Matching on this value is based on the search type. |
searchType | SearchType | Determines the matching of the value. For example, full/partial text search or full path search. |
Результат | IReadOnlyCollection |