IButtonControl.CausesValidation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定數值,表示按一下按鈕是否會導致發生頁面驗證。
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
屬性值
如果按一下按鈕會導致發生頁面驗證,則為 true
,否則為 false
。
備註
實作 介面的 IButtonControl 控制項必須實作 屬性, CausesValidation 以指出按一下按鈕是否會導致頁面驗證發生。