共用方式為


ChangePassword.ChangePasswordButtonType 屬性

定義

取得或設定當呈現 ChangePassword 控制項的 [變更密碼] 按鈕時要使用的按鈕類型。

public:
 virtual property System::Web::UI::WebControls::ButtonType ChangePasswordButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType ChangePasswordButtonType { get; set; }
member this.ChangePasswordButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property ChangePasswordButtonType As ButtonType

屬性值

ButtonType

ButtonType 物件,定義 [變更密碼] 按鈕的按鈕類型。 屬性值可以是三個 ButtonType 列舉型別值的其中一個︰ButtonImageLink。 預設為 Button

例外狀況

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

備註

屬性 ChangePasswordButtonType 會取得或設定 (ButtonImageLink) 轉譯控制項時 ChangePassword 要使用的 [變更密碼] 按鈕類型。

適用於

另請參閱