C# 클래스 System.Windows.Forms.FileDialog.FileRender

상속: Control
파일 보기 프로젝트 열기: Meragon/Unity-WinForms

공개 프로퍼티들

프로퍼티 타입 설명
currentPath string
prevPathes List

공개 메소드들

메소드 설명
Back ( ) : bool
FileRender ( FileDialog owner ) : System
SetDirectory ( string path ) : void
Up ( ) : void

비공개 메소드들

메소드 설명
GenDefaultFileImage ( ) : Bitmap
GenDefaultFolderImage ( ) : Bitmap
filesTree_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
filesTree_SelectedNodeChanged ( object sender, TreeViewEventArgs e ) : void

메소드 상세

Back() 공개 메소드

public Back ( ) : bool
리턴 bool

FileRender() 공개 메소드

public FileRender ( FileDialog owner ) : System
owner FileDialog
리턴 System

SetDirectory() 공개 메소드

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

Up() 공개 메소드

public Up ( ) : void
리턴 void

프로퍼티 상세

currentPath 공개적으로 프로퍼티

public string currentPath
리턴 string

prevPathes 공개적으로 프로퍼티

public List prevPathes
리턴 List