ToolStripControlHost.CausesValidation 属性

定义

获取或设置一个值,该值指示当托管控件接收到焦点时是否会引发其他控件的验证事件。

public:
 property bool CausesValidation { bool get(); void set(bool value); };
public bool CausesValidation { get; set; }
member this.CausesValidation : bool with get, set
Public Property CausesValidation As Boolean

属性值

Boolean

如果寄宿的控件在接收到焦点时会引发其他控件的验证事件,则为 true;否则为 false。 默认值为 true

适用于