SaveFileDialog::CreatePrompt Property
.NET Framework (current version)
Gets or sets a value indicating whether SaveFileDialog prompts the user for permission to create a file if the user specifies a file that does not exist.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property bool CreatePrompt { bool get(); [SecurityCriticalAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if dialog should prompt prior to saving to a filename that did not previously exist; otherwise, false. The default is false.
UIPermission
to set this dialog option. Associated enumeration: AllWindows
.NET Framework
Available since 3.0
Available since 3.0
Show: