Renders the HTML for the tool.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EditorTool
Dim toolbar As ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase
Dim itemWidth As Integer
Dim itemHeight As Integer
Dim inDesignMode As Boolean
Dim builder As StringBuilder
instance.Render(toolbar, itemWidth, itemHeight, inDesignMode, 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.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also