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 の 3 つのいずれかを指定できます。 既定値は、Button です。

例外

指定した ButtonType が、ButtonType 値の 1 つではありません。

注釈

プロパティはContinueButtonType、コントロールのレンダリング時に使用するパスワード変更ボタンの型 (ButtonImage、または) をChangePassword取得またはLink)設定します。

適用対象

こちらもご覧ください