Share via


ChangePassword.ContinueButtonType 屬性

定義

取得或設定當呈現 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 列舉型別值的其中一個︰ButtonImageLink。 預設為 Button

例外狀況

指定的 ButtonType 不是其中一個 ButtonType 值。

備註

屬性 ContinueButtonType 會取得或設定呈現控制項時 ChangePassword 要使用的變更密碼按鈕類型 (ButtonImage 、 或 Link)

適用於

另請參閱