LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RenderControl(HtmlTextWriter) Method
See Also 
Leadtools.Web.Controls Namespace > WebThumbnailViewer Class > RenderControl Method : RenderControl(HtmlTextWriter) Method



writer
The System.Web.UI.HtmlTextWriter object that receives the control content.
writer
The System.Web.UI.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 WebThumbnailViewer
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 System.Web.UI.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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also