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




toolbar
The toolbar to which the item belongs.
itemWidth
Width of the toolbar item.
itemHeight
Height of the toolbar item.
inDesignMode
Whether current in design mode.
builder
A StringBuilder to write to.
Renders the toolbar item.

Syntax

Visual Basic (Declaration) 
Protected MustOverride 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 ToolbarItem
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 abstract void Render( 
   ToolbarBase toolbar,
   int itemWidth,
   int itemHeight,
   bool inDesignMode,
   StringBuilder builder
)

Parameters

toolbar
The toolbar to which the item belongs.
itemWidth
Width of the toolbar item.
itemHeight
Height of the toolbar item.
inDesignMode
Whether current in design mode.
builder
A StringBuilder to write to.

See Also

© 2010 All Rights Reserved.