C# Class OpenBve.FolderSelectDialog

Present the Windows Vista-style open file dialog to select a folder. Fall back for older Windows Versions
Afficher le fichier Open project: leezer3/OpenBVE

Méthodes publiques

Méthode Description
Show ( ) : bool

Shows the dialog

Show ( IntPtr hWndOwner ) : bool

Private Methods

Méthode Description
ShowXpDialog ( IntPtr ownerHandle, string initialDirectory, string title ) : ShowDialogResult

Method Details

Show() public méthode

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

Show() public méthode

public Show ( IntPtr hWndOwner ) : bool
hWndOwner System.IntPtr Handle of the control or window to be the parent of the file dialog
Résultat bool