Click or drag to resize

FileDialogCheckFileExists Property

Gets or sets a value indicating whether this FileDialog checks if the file exists before the user can close the dialog.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool CheckFileExists { get; set; }

Property Value

Type: Boolean
true to check if the file exists; otherwise, false.
See Also