C# 클래스 CSharp08Form.Form4

상속: WeifenLuo.WinFormsUI.Docking.DockContent
파일 보기 프로젝트 열기: GHScan/DailyProjects 1 사용 예제들

공개 메소드들

메소드 설명
AddFilePath ( string path ) : void
Form4 ( ) : System
GetFileSysTreeView ( ) : TreeView
GetPathByNode ( TreeNode node ) : string
RemoveFilePath ( string path ) : void
SelectFilePath ( string path ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetImageKey ( string path ) : string
GetNodeByPath ( string path ) : TreeNode
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

AddFilePath() 공개 메소드

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

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Form4() 공개 메소드

public Form4 ( ) : System
리턴 System

GetFileSysTreeView() 공개 메소드

public GetFileSysTreeView ( ) : TreeView
리턴 System.Windows.Forms.TreeView

GetPathByNode() 공개 메소드

public GetPathByNode ( TreeNode node ) : string
node System.Windows.Forms.TreeNode
리턴 string

RemoveFilePath() 공개 메소드

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

SelectFilePath() 공개 메소드

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