ESRI.ArcGIS.ADF.Web.UI.WebControls
RenderEndFrame Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : RenderEndFrame Method




writer
The writer to output to.
Renders the ending frame of the floating panel.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub RenderEndFrame( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim writer As HtmlTextWriter
 
instance.RenderEndFrame(writer)
C# 
protected virtual void RenderEndFrame( 
   HtmlTextWriter writer
)

Parameters

writer
The writer to output to.

See Also

© 2010 All Rights Reserved.