C# Class FolderSelect.FolderSelectDialog

Wraps System.Windows.Forms.OpenFileDialog to make it present a vista-style dialog.
Exibir arquivo Open project: pocorall/scm-notifier Class Usage Examples

Public Methods

Method Description
FolderSelectDialog ( ) : System

Default constructor

ShowDialog ( ) : bool

Shows the dialog

ShowDialog ( IntPtr hWndOwner ) : bool

Shows the dialog

Method Details

FolderSelectDialog() public method

Default constructor
public FolderSelectDialog ( ) : System
return System

ShowDialog() public method

Shows the dialog
public ShowDialog ( ) : bool
return bool

ShowDialog() public method

Shows the dialog
public ShowDialog ( IntPtr hWndOwner ) : bool
hWndOwner System.IntPtr Handle of the control to be parent
return bool