| VistaSaveFileDialogOverwritePrompt Property |
Gets or sets a value indicating whether the Save As dialog box displays a warning if the user
specifies a file name that already exists.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool OverwritePrompt { get; set; }
Public Property OverwritePrompt As Boolean
Get
Set
public:
property bool OverwritePrompt {
bool get ();
void set (bool value);
}
member OverwritePrompt : bool with get, set
Property Value
Type:
Boolean if the dialog box prompts the user before overwriting an existing file if the user specifies a file
name that already exists;
if the dialog box automatically overwrites the existing file without
prompting the user for permission. The default value is
.
See Also