PictureBox.CausesValidation プロパティ

定義

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

プロパティ値

true コントロールがフォーカスを受け取ったときに検証を必要とするコントロールに対して検証を実行する場合。それ以外の場合は false。 既定値は true です。

属性

適用対象