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

例外

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

注釈

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

適用対象

こちらもご覧ください