Gets a reference to a collection of properties that define the appearance of hyperlinks in the System.Web.UI.WebControls.Login control.
Documentation for this section has not yet been entered.
The Login.HyperLinkStyle property defines the appearance of hyperlinks in the System.Web.UI.WebControls.Login control. This property is read-only; however, you can set the properties of the System.Web.UI.WebControls.TableItemStyle 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.TableItemStyle class (for example, HyperLinkStyle-ForeColor). You can set the property programmatically in the form Property.Subproperty (for example, HyperLinkStyle.ForeColor).
Common settings include custom background color, text color, and font properties. The Login.HyperLinkStyle property defines the appearance of the following properties:
The style settings for the Login.HyperLinkStyle property are merged with the style settings for the System.Web.UI.WebControls.Login control. Any settings made in the Login.HyperLinkStyle property override the corresponding settings in properties of the System.Web.UI.WebControls.Login control.
The following System.Web.UI.WebControls.Login style properties are overridden by Login.HyperLinkStyle settings:
When you use templates to define the appearance of the System.Web.UI.WebControls.Login control, the Login.HyperLinkStyle property has no effect.