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

属性

适用于