C# Class Ookii.Dialogs.VistaFolderBrowserDialog

Inheritance: System.Windows.Forms.CommonDialog
ファイルを表示 Open project: mogzol/BrawlBuilder Class Usage Examples

Private Properties

Property Type Description
GetResult void
SetDialogProperties void

Public Methods

Method Description
Reset ( ) : void

Resets all properties to their default values.

VistaFolderBrowserDialog ( ) : System

Creates a new instance of the VistaFolderBrowserDialog class.

Protected Methods

Method Description
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.

Private Methods

Method Description
GetResult ( Ookii dialog ) : void
SetDialogProperties ( Ookii dialog ) : void

Method Details

Dispose() protected method

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.
return void

Reset() public method

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

RunDialog() protected method

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.
return bool

VistaFolderBrowserDialog() public method

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