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




writer
The writer to output to.
Renders the title cell buttons (expand/collapse, doc/undoc, close).

Syntax

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

Parameters

writer
The writer to output to.

See Also

© 2010 All Rights Reserved.