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; }
Public Property CheckFileExists As Boolean
Get
Set
member CheckFileExists : bool with get, set
Property Value
Type:
Booleantrue to check if the file exists; otherwise,
false.
See Also