Click or drag to resize

VistaFolderBrowserDialogShowDialog Method (Window)

Displays the folder browser dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool? ShowDialog(
	Window owner
)

Parameters

owner
Type: System.WindowsWindow
Handle to the window that owns the dialog.

Return Value

Type: NullableBoolean
If the user clicks the OK button, is returned; otherwise, .
See Also