PictureBox.CausesValidation 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.
Substitue la propriété CausesValidation.
public:
property bool CausesValidation { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool CausesValidation { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CausesValidation : bool with get, set
Public Property CausesValidation As Boolean
Valeur de propriété
true
si le contrôle entraîne une validation sur tout contrôle nécessitant une validation quand il reçoit le focus ; sinon, false
. La valeur par défaut est true
.
- Attributs