PasswordRecovery::HyperLinkStyle Property
Gets a reference to a collection of properties that define the appearance of hyperlinks on the PasswordRecovery control.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property TableItemStyle^ HyperLinkStyle { TableItemStyle^ get(); }
Property Value
Type: System.Web.UI.WebControls::TableItemStyle^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.
The following code example uses the HyperLinkStyle property to highlight the Help page link when a user enters a user name that is not found in the data store in the PasswordRecovery control.
Available since 2.0