Gets a reference to a collection of properties that define the appearance of hyperlinks on the System.Web.UI.WebControls.PasswordRecovery control.
Documentation for this section has not yet been entered.
The PasswordRecovery.HyperLinkStyle property defines the appearance of the PasswordRecovery.HelpPageText property. This property is read-only; however, you can set the properties of the System.Web.UI.WebControls.Style object it returns. The properties can be set declaratively in the form Property-Subproperty, where Subproperty represents a property of the System.Web.UI.WebControls.Style class (for example, HyperLinkStyle-ForeColor). You can also set the properties programmatically in the form Property.Subproperty (for example, HyperLinkStyle.ForeColor).
Common settings include custom background color, text color, and font properties.
The style settings for the PasswordRecovery.HyperLinkStyle property are merged with System.Web.UI.WebControls.PasswordRecovery control style settings. Any settings made in the PasswordRecovery.HyperLinkStyle property override the corresponding settings in properties of the System.Web.UI.WebControls.PasswordRecovery control.
The following properties are overridden by PasswordRecovery.HyperLinkStyle settings:
When you use templates to define the appearance of the System.Web.UI.WebControls.PasswordRecovery control's UserName view or Question view, the PasswordRecovery.HyperLinkStyle property has no effect.