ESRI.ArcGIS.ADF.Web.UI.WebControls
RenderContents Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OverviewMap Class : RenderContents Method




writer
A HtmlTextWriter that represents the output stream to render HTML content on the client.
Renders the contents of the control to the specified writer. This method is used primarily by control developers.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub RenderContents( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
Dim writer As HtmlTextWriter
 
instance.RenderContents(writer)
C# 
protected override void RenderContents( 
   HtmlTextWriter writer
)

Parameters

writer
A HtmlTextWriter that represents the output stream to render HTML content on the client.

See Also

Reference

OverviewMap Class

OverviewMap Members

HtmlTextWriter

© 2010 All Rights Reserved.