Table of Contents

Property FileMustExist

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FileMustExist

Gets or sets whether the user may only select files that actually exist.

bool FileMustExist { get; set; }

Property Value

bool

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.