PasswordRecovery::ValidatorTextStyle Property
Gets a reference to a collection of Style properties that define the appearance of error messages that are associated with any input validation used by the PasswordRecovery control.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property Style^ ValidatorTextStyle { Style^ get(); }
Property Value
Type: System.Web.UI.WebControls::Style^A reference to the Style that defines the appearance of error messages that are associated with any input validation used by the PasswordRecovery control. The default is null.
The ValidatorTextStyle property defines the appearance of validation error messages in the PasswordRecovery control. This property is read-only; however, you can set the properties of the Style object it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the Style class (for example, FailureTextStyle-ForeColor). You can set the property programmatically in the form Property.Subproperty (for example, FailureTextStyle.ForeColor).
Common settings include custom background color, text color, and font properties.
The style settings for the ValidatorTextStyle property are merged with the style settings for the PasswordRecovery control. Any settings made in the ValidatorTextStyle property override the corresponding settings in properties of the PasswordRecovery control.
Available since 2.0
PasswordRecovery Class
System.Web.UI.WebControls Namespace
ASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
ASP.NET Themes and Skins
How To: Create ASP.NET Web Server Control Templates Dynamically
How to: Create ASP.NET Web Control Templates Declaratively
How to: Display Different Information to Anonymous and Logged In Users
Web Site Administration Tool Security Tab
Securing Login Controls
Basic Security Practices for Web Applications
Securing Membership