This documentation is archived and is not being maintained.

CreateUserWizard.ValidatorTextStyle Property

Gets a reference to the Style object that allows you to set the appearance of the validation error messages.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ValidatorTextStyle As Style
'Usage
Dim instance As CreateUserWizard 
Dim value As Style 

value = instance.ValidatorTextStyle

Property Value

Type: System.Web.UI.WebControls.Style
A Style containing the style properties that define the appearance of validation error messages on the control. The default is null.

Use the ValidatorTextStyle property to change the appearance of messages that are displayed for input validation errors. By default, the ValidatorTextStyle is set to display the following messages in red:

The ValidatorTextStyle 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, ValidatorTextStyle-ForeColor). You can set the property programmatically in the form Property.Subproperty (for example, ValidatorTextStyle.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 CreateUserWizard control. Any settings applied in the ValidatorTextStyle property override the corresponding settings in the properties of the CreateUserWizard control.

The following CreateUserWizard style properties are overridden by ValidatorTextStyle settings:

However, when you use templates to define the appearance of the CreateUserWizard control, the ValidatorTextStyle property has no effect.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: