System.Web.UI.WebControls.PasswordRecovery.TextLayout Property

Gets or sets a value that specifies whether to display the System.Web.UI.WebControls.PasswordRecovery control in a horizontal or vertical layout.

Syntax

public virtual LoginTextLayout TextLayout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PasswordRecovery.TextLayout property specifies where the System.Web.UI.WebControls.PasswordRecovery control displays the field labels for the Answer, Question, and User Name text boxes. When the PasswordRecovery.TextLayout property is set to LoginTextLayout.TextOnLeft (the default), the field labels appear to the left of the text boxes. When PasswordRecovery.TextLayout is set to LoginTextLayout.TextOnTop, the field labels appear above the text boxes.

The text of the labels is specified in the PasswordRecovery.AnswerLabelText, PasswordRecovery.QuestionLabelText, and PasswordRecovery.UserNameLabelText properties, respectively. The style settings for the field labels are specified in the PasswordRecovery.LabelStyle property.

Requirements

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