ASP.NET Web Control Standard Properties

Property

The following table describes the properties inherited from the WebControl class:

Property Description .NET
AccessKey The shortcut key to access the control. 1.0
Attributes The set of properties applied to the control. 1.0
BackColor The background color of the control. 1.0
BorderColor The border color of the control. 1.0
BorderStyle The border style of the control. 1.0
BorderWidth The border width of the control. 1.0
CssClass The CSS class applied to the control. 1.0
Enabled Indicates whether the control is enabled. 1.0
Font The font properties of the control. 1.0
EnableTheming Whether the control is enabled for theming. 2.0
ForeColor The foreground color of the control. 1.0
Height The height of the control. 1.0
IsEnabled Get a value indicating whether the control is enabled. 2.0
SkinID The skin of the control. 2.0
Style The inline CSS style of the control. 1.0
TabIndex The tab key control order of the control. 1.0
ToolTip The text displayed when the mouse pointer is moved over the control. 1.0
Width The width of the control.