PasswordRecovery.ValidatorTextStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个对定义错误消息显示效果的 Style 属性集的引用,这些错误消息与 PasswordRecovery 控件所使用的所有输入确认相关联。
public:
property System::Web::UI::WebControls::Style ^ ValidatorTextStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style ValidatorTextStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ValidatorTextStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property ValidatorTextStyle As Style
属性值
对 Style 的引用,它定义与 PasswordRecovery 控件使用的任何输入验证关联的错误消息的外观。 默认值为 null
。
- 属性
注解
属性 ValidatorTextStyle 定义 控件中 PasswordRecovery 验证错误消息的外观。 此属性是只读的;但是,可以设置它返回的对象 Style 的属性。 可以在 窗体 Property-Subproperty
中以声明方式设置这些属性,其中 Subproperty
表示 Style 类 (例如 FailureTextStyle-ForeColor
) 的属性。 可以在窗体 Property.Subproperty
中以编程方式 (设置 属性, FailureTextStyle.ForeColor
例如,) 。
常见设置包括自定义背景色、文本颜色和字体属性。
属性的 ValidatorTextStyle 样式设置与控件的样式设置 PasswordRecovery 合并。 在 属性中 ValidatorTextStyle 所做的任何设置都覆盖控件属性 PasswordRecovery 中的相应设置。