C# Class DroidExplorer.Core.UI.DirectoryTreeView

Inheritance: TreeViewEx
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
ExpandToPath ( string path ) : void
FindNodeFromPath ( string path ) : DirectoryTreeNode

Private Methods

Méthode Description
RecursiveFind ( TreeNodeCollection root, string path ) : DirectoryTreeNode

Method Details

ExpandToPath() public méthode

public ExpandToPath ( string path ) : void
path string
Résultat void

FindNodeFromPath() public méthode

public FindNodeFromPath ( string path ) : DirectoryTreeNode
path string
Résultat DroidExplorer.Core.UI.Components.DirectoryTreeNode