PasswordRecovery.TextLayout Property

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

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
virtual property LoginTextLayout TextLayout {
	LoginTextLayout get ();
	void set (LoginTextLayout value);
}
/** @property */
public LoginTextLayout get_TextLayout ()

/** @property */
public void set_TextLayout (LoginTextLayout value)

public function get TextLayout () : LoginTextLayout

public function set TextLayout (value : LoginTextLayout)

Not applicable.

Property Value

One of the LoginTextLayout enumeration values. The default is TextOnLeft.

Exception typeCondition

ArgumentOutOfRangeException

The TextLayout property is not set to a valid LoginTextLayout enumeration value.

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

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

The following code example shows how changing the TextLayout property affects the appearance of the PasswordRecovery control.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: