ProgressBar.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

属性

适用于