FileDialog.CheckPathExists Property

Definition

Gets or sets a value that specifies whether warnings are displayed if the user types invalid paths and file names.

public:
 property bool CheckPathExists { bool get(); void set(bool value); };
public bool CheckPathExists { get; [System.Security.SecurityCritical] set; }
public bool CheckPathExists { get; set; }
[<set: System.Security.SecurityCritical>]
member this.CheckPathExists : bool with get, set
member this.CheckPathExists : bool with get, set
Public Property CheckPathExists As Boolean

Property Value

true if warnings are displayed; otherwise, false. The default is true.

Attributes

Applies to