SaveFileDialog.CreatePrompt Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si SaveFileDialog l’utilisateur demande l’autorisation de créer un fichier si l’utilisateur spécifie un fichier qui n’existe pas.
public:
property bool CreatePrompt { bool get(); void set(bool value); };
public bool CreatePrompt { get; [System.Security.SecurityCritical] set; }
public bool CreatePrompt { get; set; }
[<set: System.Security.SecurityCritical>]
member this.CreatePrompt : bool with get, set
member this.CreatePrompt : bool with get, set
Public Property CreatePrompt As Boolean
Valeur de propriété
true si la boîte de dialogue doit inviter avant l’enregistrement dans un nom de fichier qui n’existait pas précédemment ; sinon, false. La valeur par défaut est false.
- Attributs