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




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 WebThumbnailViewer
Dim writer As HtmlTextWriter
 
instance.RenderControl(writer)
C# 
public override void RenderControl( 
   HtmlTextWriter writer
)
Managed Extensions for C++ 
public: void RenderControl( 
   HtmlTextWriter writer
) override 
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