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