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




clientScriptsLocation
The location of client scripts
Gets the script lines required to add a drag box to the form

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDragBoxScript( _
   ByVal clientScriptsLocation As String _
) As String
Visual Basic (Usage)Copy Code
Dim clientScriptsLocation As String
Dim value As String
 
value = RenderUtility.GetDragBoxScript(clientScriptsLocation)
C# 
public static string GetDragBoxScript( 
   string clientScriptsLocation
)

Parameters

clientScriptsLocation
The location of client scripts

Return Value

The script lines

See Also

© 2010 All Rights Reserved.