  | 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
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool CreatePrompt { get; set; }Public Property CreatePrompt As Boolean
	Get
	Set
public:
property bool CreatePrompt {
	bool get ();
	void set (bool value);
}member CreatePrompt : bool with 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