Sdílet prostřednictvím


FileDialog.CheckFileExists Vlastnost

Definice

Získá nebo nastaví hodnotu označující, zda soubor dialogové okno zobrazí upozornění, pokud uživatel zadá název souboru, který neexistuje.

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

Hodnota vlastnosti

truepokud se zobrazí upozornění; v opačném případě . false Výchozí hodnota v této základní třídě je false.

Atributy

Poznámky

Třída OpenFileDialog nastaví tuto vlastnost na true ve svém konstruktoru.

Platí pro