C# 클래스 ManagedWin32.FolderBrowserDialog

Prompts the user to select a folder.
상속: Microsoft.Win32.CommonDialog
파일 보기 프로젝트 열기: MathewSachin/ManagedWin32

공개 메소드들

메소드 설명
FolderBrowserDialog ( ) : ManagedWin32.Api

Initializes a new instance of the FolderBrowserDialog class.

Reset ( ) : void

Resets the properties of a common dialog to their default values.

보호된 메소드들

메소드 설명
RunDialog ( IntPtr hwndOwner ) : bool

Displays the folder browser dialog.

비공개 메소드들

메소드 설명
GetOption ( FolderBrowserOptions option ) : bool
GetSHMalloc ( ) : IMalloc
SetOption ( FolderBrowserOptions option, bool value ) : void

메소드 상세

FolderBrowserDialog() 공개 메소드

Initializes a new instance of the FolderBrowserDialog class.
public FolderBrowserDialog ( ) : ManagedWin32.Api
리턴 ManagedWin32.Api

Reset() 공개 메소드

Resets the properties of a common dialog to their default values.
public Reset ( ) : void
리턴 void

RunDialog() 보호된 메소드

Displays the folder browser dialog.
protected RunDialog ( IntPtr hwndOwner ) : bool
hwndOwner System.IntPtr Handle to the window that owns the dialog box.
리턴 bool