Property FileMustExist
FileMustExist
Gets or sets whether the user may only select files that actually exist.
public virtual bool FileMustExist { get; set; }
Property Value
Remarks
For open dialog only. Notice that under MacOS the file open dialog always behaves as if this style was specified, because it is impossible to choose a file that doesn't exist from a standard MacOS file dialog.