PictureBox.CausesValidation Propriété

Définition

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é

Boolean

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

S’applique à