Click or drag to resize

VistaFileDialog.ShowDialog Method

Displays the file 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()

Return Value

Type: Nullable<Boolean>
If the user clicks the OK button of the dialog that is displayed (e.g. VistaOpenFileDialog, VistaSaveFileDialog), true is returned; otherwise, false.
See Also