ChangePassword.ChangePasswordButtonType 属性
本文内容
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置呈现 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 枚举值之一:Button
、Image
和 Link
。 默认值为 Button
。
指定的 ButtonType 不是 ButtonType 值之一。
属性ChangePasswordButtonType获取或设置呈现控件时ChangePassword要使用的“更改密码”按钮 (Button
、 Image
或 Link)
类型。
产品 | 版本 |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |