System.Web.UI.WebControls.CreateUserWizard.TitleTextStyle Property

Gets a reference to a collection of properties that define the appearance of titles.

Syntax

public TableItemStyle TitleTextStyle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CreateUserWizard.TitleTextStyle property defines the appearance of titles in the System.Web.UI.WebControls.CreateUserWizard control. This property is read-only; however, you can set the properties of the System.Web.UI.WebControls.TableItemStyle object that 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, TitleTextStyle-ForeColor). You can set the property programmatically in the form Property.Subproperty (for example, TitleTextStyle.ForeColor).

The CreateUserWizard.TitleTextStyle property defines the appearance of the title on the CreateUserWizard.CreateUserStep step and the CreateUserWizard.CompleteStep step.

The style settings for the CreateUserWizard.TitleTextStyle property are merged with the style settings for the System.Web.UI.WebControls.CreateUserWizard control. Any settings applied in the CreateUserWizard.TitleTextStyle property override the corresponding settings in properties of the System.Web.UI.WebControls.CreateUserWizard control.

The following System.Web.UI.WebControls.CreateUserWizard style properties are overridden by CreateUserWizard.TitleTextStyle settings:

However, when you use templates to define the appearance of the System.Web.UI.WebControls.CreateUserWizard control, the CreateUserWizard.TitleTextStyle 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