C# Class Common.Controls.TreeFolders

Inheritance: TreeViewMS.TreeViewMS
Afficher le fichier Open project: vboctor/FlickrSync

Méthodes publiques

Méthode Description
AddBaseNode ( string path ) : void
Exists ( string path ) : bool
ExpandNode ( TreeNode node ) : void
Includes ( string path ) : bool
Initialize ( ) : void
RefreshTreeNodes ( ArrayList nodes ) : void
RefreshTreeNodes ( TreeNodeCollection nodes ) : void
RemoveBaseNode ( string path ) : void
ToolTipText ( string path ) : string

Méthodes protégées

Méthode Description
OnAfterCheck ( TreeViewEventArgs e ) : void
paintSelectedNodes ( ) : void
removePaintFromNodes ( ) : void

Private Methods

Méthode Description
AddNode ( TreeNodeCollection nodes, string path, string name ) : TreeNode
Event_BeforeExpand ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void
FillTree ( TreeNode node, string path, int level, int maxlevel ) : void
GetName ( string fullpath, string def ) : string
RefreshNode ( TreeNode node, bool recursive ) : void

Method Details

AddBaseNode() public méthode

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

Exists() public méthode

public Exists ( string path ) : bool
path string
Résultat bool

ExpandNode() public méthode

public ExpandNode ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
Résultat void

Includes() public méthode

public Includes ( string path ) : bool
path string
Résultat bool

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnAfterCheck() protected méthode

protected OnAfterCheck ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs
Résultat void

RefreshTreeNodes() public méthode

public RefreshTreeNodes ( ArrayList nodes ) : void
nodes System.Collections.ArrayList
Résultat void

RefreshTreeNodes() public méthode

public RefreshTreeNodes ( TreeNodeCollection nodes ) : void
nodes System.Windows.Forms.TreeNodeCollection
Résultat void

RemoveBaseNode() public méthode

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

ToolTipText() public méthode

public ToolTipText ( string path ) : string
path string
Résultat string

paintSelectedNodes() protected méthode

protected paintSelectedNodes ( ) : void
Résultat void

removePaintFromNodes() protected méthode

protected removePaintFromNodes ( ) : void
Résultat void