C# Class ManagedWin32.FolderBrowserDialog

Prompts the user to select a folder.
Inheritance: Microsoft.Win32.CommonDialog
Exibir arquivo Open project: MathewSachin/ManagedWin32

Public Methods

Method Description
FolderBrowserDialog ( ) : ManagedWin32.Api

Initializes a new instance of the FolderBrowserDialog class.

Reset ( ) : void

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

Protected Methods

Method Description
RunDialog ( IntPtr hwndOwner ) : bool

Displays the folder browser dialog.

Private Methods

Method Description
GetOption ( FolderBrowserOptions option ) : bool
GetSHMalloc ( ) : IMalloc
SetOption ( FolderBrowserOptions option, bool value ) : void

Method Details

FolderBrowserDialog() public method

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

Reset() public method

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

RunDialog() protected method

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