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




toolbar
The toolbar that contains the control.
itemWidth
Width of the separator.
itemHeight
Height of the separator.
inDesignMode
Whether currently in design mode.
builder
StringBuilder to write output to.
Renders the control 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 Separator
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 contains the control.
itemWidth
Width of the separator.
itemHeight
Height of the separator.
inDesignMode
Whether currently in design mode.
builder
StringBuilder to write output to.

See Also

© 2010 All Rights Reserved.