C# Class CSharp08Form.Form4

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Show file Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

Method Description
AddFilePath ( string path ) : void
Form4 ( ) : System
GetFileSysTreeView ( ) : TreeView
GetPathByNode ( TreeNode node ) : string
RemoveFilePath ( string path ) : void
SelectFilePath ( string path ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

AddFilePath() public method

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

Dispose() protected method

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

Form4() public method

public Form4 ( ) : System
return System

GetFileSysTreeView() public method

public GetFileSysTreeView ( ) : TreeView
return System.Windows.Forms.TreeView

GetPathByNode() public method

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

RemoveFilePath() public method

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

SelectFilePath() public method

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