PasswordRecovery.ValidatorTextStyle Property
Assembly: System.Web (in system.web.dll)
/** @property */ public Style get_ValidatorTextStyle ()
public function get ValidatorTextStyle () : Style
Property Value
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 a null reference (Nothing in Visual Basic).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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
PasswordRecovery ClassPasswordRecovery Members
System.Web.UI.WebControls Namespace
Other Resources
ASP.NET Login Controls OverviewCustomizing the Appearance of ASP.NET Login Controls
ASP.NET Themes and Skins Overview
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