Easy Tutorial
❮ Prop Webcontrol Standard Forecolor Prop Control Standard ❯

ASP.NET Web Controls Standard Properties



Properties

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 collection of attributes 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 A value indicating whether the control is enabled. 1.0
Font The font properties of the control. 1.0
EnableTheming Indicates whether themes are enabled for the control. 2.0
ForeColor The foreground color of the control. 1.0
Height The height of the control. 1.0
IsEnabled Gets a value indicating whether the control is enabled. 2.0
SkinID The skin applied to the control. 2.0
Style The inline CSS style of the control. 1.0
TabIndex The tab order of the control. 1.0
ToolTip The text displayed when the user moves the mouse pointer over the control. 1.0
Width The width of the control. 1.0

❮ Prop Webcontrol Standard Forecolor Prop Control Standard ❯