PasswordRecovery.TextBoxStyle Property
Assembly: System.Web (in system.web.dll)
/** @property */ public Style get_TextBoxStyle ()
public function get TextBoxStyle () : Style
Property Value
A reference to a Style that contains properties that define the appearance of text boxes in the PasswordRecovery control.The TextBoxStyle property defines the appearance of text boxes in the PasswordRecovery control. This property is read-only; however, you can set the properties of the Style object it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the Style class (for example, TextBoxStyle-ForeColor). You can also set the properties programmatically in the form Property.Subproperty (for example, TextBoxStyle.ForeColor).
Common settings include custom background color, text color, and font properties.
The style settings for the TextBoxStyle property are merged with the style settings for the PasswordRecovery control. Any settings made in the TextBoxStyle property override the corresponding settings in properties of the PasswordRecovery control.
The following PasswordRecovery properties are overridden by TextBoxStyle settings:
When you use templates to define the appearance of the PasswordRecovery control, the TextBoxStyle property has no effect.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.