AdvancedSaveFileDialogPromptOverwrite Property
Gets or sets whether the Save As dialog box displays a message box if the selected file already exists.
The user must confirm whether to overwrite the file.
Default value: .
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool PromptOverwrite { get; set; }
Public Property PromptOverwrite As Boolean
Get
Set
public:
property bool PromptOverwrite {
bool get ();
void set (bool value);
}
member PromptOverwrite : bool with get, set
Property Value
Boolean