The System.Web.UI.HtmlTextWriter object that receives the control content.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / RenderControl Method / RenderControl(HtmlTextWriter) Method

RenderControl(HtmlTextWriter) Method

In This Topic
Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub RenderControl( _
   ByVal Writer As HtmlTextWriter _
) 
public override void RenderControl( 
   HtmlTextWriter Writer
)

Parameters

Writer
The System.Web.UI.HtmlTextWriter object that receives the control content.
See Also