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




toolbar
The toolbar to which the space belongs.
itemWidth
Width of the space item.
itemHeight
Height of the space item.
inDesignMode
Whether currently in design mode.
builder
StringBuilder to add the output to.
Renders the space to the string builder.

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 Space
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 to which the space belongs.
itemWidth
Width of the space item.
itemHeight
Height of the space item.
inDesignMode
Whether currently in design mode.
builder
StringBuilder to add the output to.

See Also

© 2010 All Rights Reserved.