Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RenderControl(HtmlTextWriter) Method
See Also 
Leadtools.Web.Controls Namespace > WebImagePanViewer Class > RenderControl Method : RenderControl(HtmlTextWriter) Method



writer
The HtmlTextWriter object that receives the control content.
writer
The HtmlTextWriter object that receives the control content.
Overrides the Control.RenderControl

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public Sub RenderControl( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebImagePanViewer
Dim writer As HtmlTextWriter
 
instance.RenderControl(writer)
C# 
public override void RenderControl( 
   HtmlTextWriter writer
)
C++/CLI 
public:
void RenderControl( 
   HtmlTextWriter writer
) override 

Parameters

writer
The HtmlTextWriter object that receives the control content.

Remarks

For more information refer to Control.RenderControl method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also