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。 默认值为 Button

例外

指定的 ButtonType 不是 ButtonType 值之一。

注解

属性ChangePasswordButtonType获取或设置呈现控件时ChangePassword要使用的“更改密码”按钮 (ButtonImageLink) 类型。

适用于

另请参阅