C# Class Common.Controls.TreeFolders

Inheritance: TreeViewMS.TreeViewMS
Show file Open project: vboctor/FlickrSync

Public Methods

Method 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

Protected Methods

Method Description
OnAfterCheck ( TreeViewEventArgs e ) : void
paintSelectedNodes ( ) : void
removePaintFromNodes ( ) : void

Private Methods

Method 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 method

public AddBaseNode ( string path ) : void
path string
return void

Exists() public method

public Exists ( string path ) : bool
path string
return bool

ExpandNode() public method

public ExpandNode ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
return void

Includes() public method

public Includes ( string path ) : bool
path string
return bool

Initialize() public method

public Initialize ( ) : void
return void

OnAfterCheck() protected method

protected OnAfterCheck ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs
return void

RefreshTreeNodes() public method

public RefreshTreeNodes ( ArrayList nodes ) : void
nodes System.Collections.ArrayList
return void

RefreshTreeNodes() public method

public RefreshTreeNodes ( TreeNodeCollection nodes ) : void
nodes System.Windows.Forms.TreeNodeCollection
return void

RemoveBaseNode() public method

public RemoveBaseNode ( string path ) : void
path string
return void

ToolTipText() public method

public ToolTipText ( string path ) : string
path string
return string

paintSelectedNodes() protected method

protected paintSelectedNodes ( ) : void
return void

removePaintFromNodes() protected method

protected removePaintFromNodes ( ) : void
return void