C# Class System.Windows.Forms.FileDialog.FileRender

Inheritance: Control
Afficher le fichier Open project: Meragon/Unity-WinForms

Méthodes publiques

Свойство Type Description
currentPath string
prevPathes List

Méthodes publiques

Méthode Description
Back ( ) : bool
FileRender ( FileDialog owner ) : System
SetDirectory ( string path ) : void
Up ( ) : void

Private Methods

Méthode Description
GenDefaultFileImage ( ) : Bitmap
GenDefaultFolderImage ( ) : Bitmap
filesTree_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
filesTree_SelectedNodeChanged ( object sender, TreeViewEventArgs e ) : void

Method Details

Back() public méthode

public Back ( ) : bool
Résultat bool

FileRender() public méthode

public FileRender ( FileDialog owner ) : System
owner FileDialog
Résultat System

SetDirectory() public méthode

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

Up() public méthode

public Up ( ) : void
Résultat void

Property Details

currentPath public_oe property

public string currentPath
Résultat string

prevPathes public_oe property

public List prevPathes
Résultat List