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

Inheritance: Control
Show file Open project: Meragon/Unity-WinForms

Public Properties

Property Type Description
currentPath string
prevPathes List

Public Methods

Method Description
Back ( ) : bool
FileRender ( FileDialog owner ) : System
SetDirectory ( string path ) : void
Up ( ) : void

Private Methods

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

Method Details

Back() public method

public Back ( ) : bool
return bool

FileRender() public method

public FileRender ( FileDialog owner ) : System
owner FileDialog
return System

SetDirectory() public method

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

Up() public method

public Up ( ) : void
return void

Property Details

currentPath public property

public string currentPath
return string

prevPathes public property

public List prevPathes
return List