C# Class FolderSelect.FolderSelectDialog

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

Méthodes publiques

Méthode Description
FolderSelectDialog ( ) : System

Default constructor

ShowDialog ( ) : bool

Shows the dialog

ShowDialog ( IntPtr hWndOwner ) : bool

Shows the dialog

Method Details

FolderSelectDialog() public méthode

Default constructor
public FolderSelectDialog ( ) : System
Résultat System

ShowDialog() public méthode

Shows the dialog
public ShowDialog ( ) : bool
Résultat bool

ShowDialog() public méthode

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