ESRI.ArcGIS.ADF.Web.UI.WebControls
GetPosition Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.RenderingEngine Namespace > RenderUtility Class : GetPosition Method




control
The control
left
The left position of the control
top
The top position of the control
flowLayout
Whether the control is in flow layout
The position of the control

Syntax

Visual Basic (Declaration) 
Public Shared Sub GetPosition( _
   ByVal control As WebControl, _
   ByRef left As Double, _
   ByRef top As Double, _
   ByRef flowLayout As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim control As WebControl
Dim left As Double
Dim top As Double
Dim flowLayout As Boolean
 
RenderUtility.GetPosition(control, left, top, flowLayout)
C# 
public static void GetPosition( 
   WebControl control,
   out double left,
   out double top,
   out bool flowLayout
)

Parameters

control
The control
left
The left position of the control
top
The top position of the control
flowLayout
Whether the control is in flow layout

See Also

© 2010 All Rights Reserved.