ChangePassword.ChangePasswordButtonType 属性

定义

获取或设置呈现 ChangePassword 控件中的“更改密码”按钮时所使用的按钮类型。

public virtual System.Web.UI.WebControls.ButtonType ChangePasswordButtonType { get; set; }

属性值

一个定义“更改密码”按钮的呈现类型的 ButtonType 对象。 属性值可能是以下三个 ButtonType 枚举值之一:ButtonImageLink。 默认值为 Button

例外

指定的 ButtonType 不是 ButtonType 值之一。

注解

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

适用于

产品 版本
.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

另请参阅