ESRI.ArcGIS.ADF.ArcGISServer.Editor
Render Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorTool Class : Render Method




toolbar
The parent toolbar of this tool.
itemWidth
The width of the tool.
itemHeight
The height of the tool.
inDesignMode
Whether the tool is being rendered in design mode.
builder
The StringBuilder instance to append the rendered HTML to.
Renders the HTML for the tool.

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 EditorTool
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 parent toolbar of this tool.
itemWidth
The width of the tool.
itemHeight
The height of the tool.
inDesignMode
Whether the tool is being rendered in design mode.
builder
The StringBuilder instance to append the rendered HTML to.

See Also

© 2010 All Rights Reserved.