C# Class ManagedWin32.FolderBrowserDialog

Prompts the user to select a folder.
Inheritance: Microsoft.Win32.CommonDialog
Afficher le fichier Open project: MathewSachin/ManagedWin32

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
RunDialog ( IntPtr hwndOwner ) : bool

Displays the folder browser dialog.

Private Methods

Méthode Description
GetOption ( FolderBrowserOptions option ) : bool
GetSHMalloc ( ) : IMalloc
SetOption ( FolderBrowserOptions option, bool value ) : void

Method Details

FolderBrowserDialog() public méthode

Initializes a new instance of the FolderBrowserDialog class.
public FolderBrowserDialog ( ) : ManagedWin32.Api
Résultat ManagedWin32.Api

Reset() public méthode

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

RunDialog() protected méthode

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