Gets a reference to the System.Web.UI.WebControls.Style object that allows you to set the appearance of the validation error messages.
Documentation for this section has not yet been entered.
Use the CreateUserWizard.ValidatorTextStyle property to change the appearance of messages that are displayed for input validation errors. By default, the CreateUserWizard.ValidatorTextStyle is set to display the following messages in red:
The CreateUserWizard.ValidatorTextStyle property is read-only; however, you can set the properties of the System.Web.UI.WebControls.Style object it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the System.Web.UI.WebControls.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 CreateUserWizard.ValidatorTextStyle property are merged with the style settings for the System.Web.UI.WebControls.CreateUserWizard control. Any settings applied in the CreateUserWizard.ValidatorTextStyle property override the corresponding settings in the properties of the System.Web.UI.WebControls.CreateUserWizard control.
The following System.Web.UI.WebControls.CreateUserWizard style properties are overridden by CreateUserWizard.ValidatorTextStyle settings:
However, when you use templates to define the appearance of the System.Web.UI.WebControls.CreateUserWizard control, the CreateUserWizard.ValidatorTextStyle property has no effect.