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: .

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public bool PromptOverwrite { get; set; }

Property Value

Boolean

See Also