C# 클래스 Common.Controls.TreeFolders

상속: TreeViewMS.TreeViewMS
파일 보기 프로젝트 열기: vboctor/FlickrSync

공개 메소드들

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

보호된 메소드들

메소드 설명
OnAfterCheck ( TreeViewEventArgs e ) : void
paintSelectedNodes ( ) : void
removePaintFromNodes ( ) : void

비공개 메소드들

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

메소드 상세

AddBaseNode() 공개 메소드

public AddBaseNode ( string path ) : void
path string
리턴 void

Exists() 공개 메소드

public Exists ( string path ) : bool
path string
리턴 bool

ExpandNode() 공개 메소드

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

Includes() 공개 메소드

public Includes ( string path ) : bool
path string
리턴 bool

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

OnAfterCheck() 보호된 메소드

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

RefreshTreeNodes() 공개 메소드

public RefreshTreeNodes ( ArrayList nodes ) : void
nodes System.Collections.ArrayList
리턴 void

RefreshTreeNodes() 공개 메소드

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

RemoveBaseNode() 공개 메소드

public RemoveBaseNode ( string path ) : void
path string
리턴 void

ToolTipText() 공개 메소드

public ToolTipText ( string path ) : string
path string
리턴 string

paintSelectedNodes() 보호된 메소드

protected paintSelectedNodes ( ) : void
리턴 void

removePaintFromNodes() 보호된 메소드

protected removePaintFromNodes ( ) : void
리턴 void