ESRI.ArcGIS.ADF.Web.UI.WebControls
Render Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Tool Class : Render Method




toolbar
The toolbar that the tool has been added to.
itemWidth
The width of the tool, in pixels.
itemHeight
The height of the tool, in pixels.
inDesignMode
Whether currently in design mode.
builder
The StringBuilder to write the HTML output to.
Renders the tool's HTML to the input StringBuilder.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub Render( _
   ByVal toolbar As ToolbarBase, _
   ByVal itemWidth As Integer, _
   ByVal itemHeight As Integer, _
   ByVal inDesignMode As Boolean, _
   ByVal builder As StringBuilder _
) 
Visual Basic (Usage)Copy Code
Dim instance As Tool
Dim toolbar As ToolbarBase
Dim itemWidth As Integer
Dim itemHeight As Integer
Dim inDesignMode As Boolean
Dim builder As StringBuilder
 
instance.Render(toolbar, itemWidth, itemHeight, inDesignMode, builder)
C# 
protected override void Render( 
   ToolbarBase toolbar,
   int itemWidth,
   int itemHeight,
   bool inDesignMode,
   StringBuilder builder
)

Parameters

toolbar
The toolbar that the tool has been added to.
itemWidth
The width of the tool, in pixels.
itemHeight
The height of the tool, in pixels.
inDesignMode
Whether currently in design mode.
builder
The StringBuilder to write the HTML output to.

See Also

© 2010 All Rights Reserved.