C# 클래스 BExplorer.Shell.CommonFileDialogs.FolderSelectDialog

Wraps System.Windows.Forms.OpenFileDialog to make it present a vista-style dialog.
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
FolderSelectDialog ( ) : System

Default constructor

ShowDialog ( ) : bool

Shows the dialog

ShowDialog ( IntPtr hWndOwner ) : bool

Shows the dialog

메소드 상세

FolderSelectDialog() 공개 메소드

Default constructor
public FolderSelectDialog ( ) : System
리턴 System

ShowDialog() 공개 메소드

Shows the dialog
public ShowDialog ( ) : bool
리턴 bool

ShowDialog() 공개 메소드

Shows the dialog
public ShowDialog ( IntPtr hWndOwner ) : bool
hWndOwner System.IntPtr Handle of the control to be parent
리턴 bool