Gets a reference to a collection of properties that define the appearance of text boxes in the System.Web.UI.WebControls.Login control.
Documentation for this section has not yet been entered.
The Login.TextBoxStyle property defines the appearance of the User name and Password System.Web.UI.WebControls.TextBox controls in the System.Web.UI.WebControls.Login control. This property is read-only; however, you can set the properties of the System.Web.UI.WebControls.Style object it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the System.Web.UI.WebControls.Style class (for example, TextBoxStyle-ForeColor). You can set the property programmatically in the form Property.Subproperty (for example, TextBoxStyle.ForeColor).
Common settings include custom background color, text color, and font properties. The Login.TextBoxStyle property defines the appearance of the user name and password text boxes.
The style settings for the Login.TextBoxStyle property are merged with the style settings for the System.Web.UI.WebControls.Login control. Any settings made in the Login.TextBoxStyle property override the corresponding settings in properties of the System.Web.UI.WebControls.Login control.
The following System.Web.UI.WebControls.Login style properties are overridden by Login.TextBoxStyle settings:
When you use templates to define the appearance of the System.Web.UI.WebControls.Login control, the Login.TextBoxStyle property has no effect.