  | VistaFileDialogCheckFileExists Property  | 
 
            Gets or sets a value indicating whether the dialog box displays a warning if the user specifies a file name 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)
Syntaxpublic virtual bool CheckFileExists { get; set; }Public Overridable Property CheckFileExists As Boolean
	Get
	Set
public:
virtual property bool CheckFileExists {
	bool get ();
	void set (bool value);
}abstract CheckFileExists : bool with get, set
override CheckFileExists : bool with get, set
Property Value
Type: 
Boolean if the dialog box displays a warning if the user specifies a file name that does not exist;
            otherwise, 
. The default value is 
.
            
See Also