ChangePassword.CancelButtonType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定呈現 ChangePassword 控制項時,[取消] 按鈕要使用的按鈕類型。
public:
virtual property System::Web::UI::WebControls::ButtonType CancelButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType CancelButtonType { get; set; }
member this.CancelButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property CancelButtonType As ButtonType
屬性值
ButtonType 物件,定義 [取消] 按鈕的按鈕類型。 屬性值可以是三個 ButtonType 列舉型別值的其中一個︰Button
、Image
或 Link
。 預設為 Button
。
例外狀況
指定的 ButtonType 不是其中一個 ButtonType 值。
備註
屬性CancelButtonType會取得或設定呈現控制項時ChangePassword要使用的類型 (Button
、 Image
或 Link)
的 Cancel 按鈕。