The
methods
of System.Web.UI.WebControls.WebControl are listed below. For a list of all members, see the WebControl Members list.
See Also: Inherited members from System.Web.UI.Control
Public Methods
| ApplyStyle(System.Web.UI.WebControls.Style)
Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
|
| CopyBaseAttributes(System.Web.UI.WebControls.WebControl)
Copies the properties not encapsulated by the WebControl.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
|
| MergeStyle(System.Web.UI.WebControls.Style)
Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.
|
| RenderBeginTag(HtmlTextWriter)
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
|
| RenderEndTag(HtmlTextWriter)
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
|
Protected Methods