PrintPreviewDialog.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.
Obtient ou définit une valeur indiquant si l’entrée du contrôle entraîne la validation pour tous les contrôles à valider.
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 l'entrée du contrôle entraîne la validation sur les contrôles à valider ; sinon, false
. La valeur par défaut est true
.
- Attributs