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

プロパティ値

Boolean

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

属性

適用対象