System.Web.UI.WebControls.CreateUserWizard.HyperLinkStyle Property

Gets or sets a collection of properties that define the appearance of hyperlinks.

Syntax

public TableItemStyle HyperLinkStyle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CreateUserWizard.HyperLinkStyle property gets a reference to a System.Web.UI.WebControls.TableItemStyle object that you use to change the appearance of hyperlinks in the System.Web.UI.WebControls.CreateUserWizard control.

The CreateUserWizard.HyperLinkStyle 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).

The style settings for the CreateUserWizard.HyperLinkStyle property are merged with the style settings for the System.Web.UI.WebControls.CreateUserWizard control. Any settings applied in the CreateUserWizard.HyperLinkStyle 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.HyperLinkStyle settings:

However, when you use templates to define the appearance of the System.Web.UI.WebControls.CreateUserWizard control, the CreateUserWizard.HyperLinkStyle property has no effect.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0