- writer
- The System.Web.UI.HtmlTextWriter object that receives the control content.
Visual Basic (Declaration) | |
---|---|
Overloads Overrides Public Sub RenderControl( _ ByVal writer As HtmlTextWriter _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WebImageViewer 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.
For more information refer to Control.RenderControl method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7