RenderControl Method

Summary

Overrides the Control.RenderControl

Syntax
C#
VB
C++
public override void RenderControl( 
   HtmlTextWriter writer 
) 
  
Public Overloads Overrides Sub RenderControl( _ 
   ByVal writer As HtmlTextWriter _ 
)  
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly