C# 클래스 Ookii.Dialogs.VistaFolderBrowserDialog

상속: System.Windows.Forms.CommonDialog
파일 보기 프로젝트 열기: mogzol/BrawlBuilder 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetResult void
SetDialogProperties void

공개 메소드들

메소드 설명
Reset ( ) : void

Resets all properties to their default values.

VistaFolderBrowserDialog ( ) : System

Creates a new instance of the VistaFolderBrowserDialog class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the VistaFolderBrowserDialog and optionally releases the managed resources.

RunDialog ( IntPtr hwndOwner ) : bool

Specifies a common dialog box.

비공개 메소드들

메소드 설명
GetResult ( Ookii dialog ) : void
SetDialogProperties ( Ookii dialog ) : void

메소드 상세

Dispose() 보호된 메소드

Releases the unmanaged resources used by the VistaFolderBrowserDialog and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool to release both managed and unmanaged resources; to release only unmanaged resources.
리턴 void

Reset() 공개 메소드

Resets all properties to their default values.
public Reset ( ) : void
리턴 void

RunDialog() 보호된 메소드

Specifies a common dialog box.
protected RunDialog ( IntPtr hwndOwner ) : bool
hwndOwner System.IntPtr A value that represents the window handle of the owner window for the common dialog box.
리턴 bool

VistaFolderBrowserDialog() 공개 메소드

Creates a new instance of the VistaFolderBrowserDialog class.
public VistaFolderBrowserDialog ( ) : System
리턴 System