The following table describes the properties inherited from the WebControl class:
| Property |
Description |
.NET |
| AccessKey |
The keyboard key for accessing a
control |
1.0 |
| Attributes |
The collection of attributes applied to a control |
1.0 |
| BackColor |
The background color of a control |
1.0 |
| BorderColor |
The border color of a control |
1.0 |
| BorderStyle |
The border style of a control |
1.0 |
| BorderWidth |
The border width of a control |
1.0 |
| CssClass |
The CSS class
applied to a control |
1.0 |
| Enabled |
A value indicating whether or not control
is enabled |
1.0 |
| Font |
The font attributes for the control |
1,0 |
| EnableTheming |
Whether or not themes apply for a control |
2.0 |
| ForeColor |
The foreground color of the control |
1.0 |
| Height |
The height of the control |
1.0 |
| IsEnabled |
A value indicating whether or not control
is enabled (Get value only) |
2.0 |
| SkinID |
The skin of 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 that appears when the user rests
the mouse pointer over a control |
1.0 |
| Width |
The width of the control |
1.0 |