| VistaFileDialogRestoreDirectory Property |
Gets or sets a value indicating whether the dialog box restores the current directory before closing.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RestoreDirectory { get; set; }
Public Property RestoreDirectory As Boolean
Get
Set
public:
property bool RestoreDirectory {
bool get ();
void set (bool value);
}
member RestoreDirectory : bool with get, set
Property Value
Type:
Boolean if the dialog box restores the current directory to its original value if the user changed the
directory while searching for files; otherwise,
. The default value is
.
See Also