C# Class OpenBve.FolderSelectDialog

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

Public Methods

Method Description
Show ( ) : bool

Shows the dialog

Show ( IntPtr hWndOwner ) : bool

Private Methods

Method Description
ShowXpDialog ( IntPtr ownerHandle, string initialDirectory, string title ) : ShowDialogResult

Method Details

Show() public method

Shows the dialog
public Show ( ) : bool
return bool

Show() public method

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