PasswordRecovery.HyperLinkStyle Property
Assembly: System.Web (in system.web.dll)
/** @property */ public TableItemStyle get_HyperLinkStyle ()
public function get HyperLinkStyle () : TableItemStyle
Not applicable.
Property Value
A reference to the TableItemStyle that contains the settings that define the appearance of hyperlinks.The HyperLinkStyle property defines the appearance of the HelpPageText property. This property is read-only; however, you can set the properties of the Style object it returns. The properties can be set declaratively in the form Property-Subproperty, where Subproperty represents a property of the 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 HyperLinkStyle property are merged with PasswordRecovery control style settings. Any settings made in the HyperLinkStyle property override the corresponding settings in properties of the PasswordRecovery control.
The following properties are overridden by HyperLinkStyle settings:
When you use templates to define the appearance of the PasswordRecovery control's UserName view or Question view, the HyperLinkStyle property has no effect.