This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
WebControl Properties
The properties of the WebControl class are listed below. For a complete list of WebControl class members, see the WebControl Members topic.
Public:
AccessKey |
AccessKey property. The keyboard shortcut used by the control. |
Attributes |
Attributes collection. Low-level access to arbitrary attributes. |
BackColor |
BackColor property. The background color of the control. |
BorderColor |
BorderColor property. The color of the border around the control. |
BorderStyle |
BorderStyle property. The style of border around the control. |
BorderWidth |
BorderWidth property. The width of the border around the control. |
ClientID (inherited from Control) |
[To be supplied.] |
Controls (inherited from Control) |
[To be supplied.] |
CssClass |
CssClass property. The CSS Class name associated with the control. |
DataBindings (inherited from Control) |
[To be supplied.] |
Enabled |
Enabled property. The enabled state of the control. |
Font |
Font property. The font used for the text within the control. |
ForeColor |
ForeColor property. The foreground color of the control. Typically determines the color of the text within the control. |
Height |
Height property. The height of the control. |
ID (inherited from Control) |
[To be supplied.] |
MaintainState (inherited from Control) |
[To be supplied.] |
NamingContainer (inherited from Control) |
[To be supplied.] |
Page (inherited from Control) |
[To be supplied.] |
Parent (inherited from Control) |
[To be supplied.] |
Site (inherited from Control) |
[To be supplied.] |
Style |
CssStyle collection. Low-level access to arbitrary CSS styles. |
TabIndex |
TabIndex property. The tab order of the control. |
ToolTip |
Tooltip property. The tooltip displayed when the mouse if over the control. |
UniqueID (inherited from Control) |
[To be supplied.] |
Visible (inherited from Control) |
[To be supplied.] |
Width |
Width property. The width of the control. |
Protected:
See Also
WebControl Class | System.Web.UI.WebControls Namespace