CreateUserWizard.HyperLinkStyle Propriedade

Definição

Obtém ou define uma coleção de propriedades que definem a aparência dos hiperlinks.Gets or sets a collection of properties that define the appearance of hyperlinks.

public:
 property System::Web::UI::WebControls::TableItemStyle ^ HyperLinkStyle { System::Web::UI::WebControls::TableItemStyle ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.TableItemStyle HyperLinkStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.HyperLinkStyle : System.Web.UI.WebControls.TableItemStyle
Public ReadOnly Property HyperLinkStyle As TableItemStyle

Valor da propriedade

TableItemStyle

Uma referência ao TableItemStyle que contém propriedades que definem a aparência de hiperlinks.A reference to the TableItemStyle that contains properties that define the appearance of hyperlinks.

Atributos

Comentários

A HyperLinkStyle propriedade Obtém uma referência a um TableItemStyle objeto que você usa para alterar a aparência de hiperlinks no CreateUserWizard controle.The HyperLinkStyle property gets a reference to a TableItemStyle object that you use to change the appearance of hyperlinks in the CreateUserWizard control.

A HyperLinkStyle propriedade é somente leitura; no entanto, você pode definir as propriedades do TableItemStyle objeto retornado.The HyperLinkStyle property is read-only; however, you can set the properties of the TableItemStyle object it returns. Você pode definir essas propriedades de forma declarativa no formulário Property-Subproperty , em que Subproperty representa uma propriedade da TableItemStyle classe (por exemplo, HyperLinkStyle-ForeColor ).You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the TableItemStyle class (for example, HyperLinkStyle-ForeColor). Você pode definir a propriedade programaticamente no formulário Property.Subproperty (por exemplo, HyperLinkStyle.ForeColor ).You can set the property programmatically in the form Property.Subproperty (for example, HyperLinkStyle.ForeColor).

As configurações de estilo da HyperLinkStyle propriedade são mescladas com as configurações de estilo para o CreateUserWizard controle.The style settings for the HyperLinkStyle property are merged with the style settings for the CreateUserWizard control. Todas as configurações aplicadas na HyperLinkStyle propriedade substituem as configurações correspondentes nas propriedades do CreateUserWizard controle.Any settings applied in the HyperLinkStyle property override the corresponding settings in the properties of the CreateUserWizard control.

As seguintes CreateUserWizard Propriedades de estilo são substituídas pelas HyperLinkStyle configurações:The following CreateUserWizard style properties are overridden by HyperLinkStyle settings:

No entanto, quando você usa modelos para definir a aparência do CreateUserWizard controle, a HyperLinkStyle propriedade não tem nenhum efeito.However, when you use templates to define the appearance of the CreateUserWizard control, the HyperLinkStyle property has no effect.

Aplica-se a