FileDialog.ValidateNames Property

Definition

Gets or sets a value indicating whether the dialog accepts only valid Win32 file names.

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

Property Value

true if warnings will be shown when an invalid file name is provided; otherwise, false. The default is true.

Attributes

Applies to