C# Class CSharp08Form.Form4

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Dispose() protected méthode

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

Form4() public méthode

public Form4 ( ) : System
Résultat System

GetFileSysTreeView() public méthode

public GetFileSysTreeView ( ) : TreeView
Résultat System.Windows.Forms.TreeView

GetPathByNode() public méthode

public GetPathByNode ( TreeNode node ) : string
node System.Windows.Forms.TreeNode
Résultat string

RemoveFilePath() public méthode

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

SelectFilePath() public méthode

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