Click or drag to resize

VistaSaveFileDialogCreatePrompt Property

Gets or sets a value indicating whether the dialog box prompts the user for permission to create a file if the user specifies a file that does not exist.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CreatePrompt { get; set; }

Property Value

Type: Boolean
if the dialog box prompts the user before creating a file if the user specifies a file name that does not exist; if the dialog box automatically creates the new file without prompting the user for permission. The default value is .
See Also