ESRI.ArcGIS.ADF.Web.UI.WebControls
MapToolItem Constructor(String,String,String,MapClientToolAction,Boolean)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapToolItem Class > MapToolItem Constructor : MapToolItem Constructor(String,String,String,MapClientToolAction,Boolean)




name
The name of the map tool item.
toolAssembly
The assembly for the server tool action.
toolClass
The server tool action class.
clientAction
The client tool action.
showLoading
Whether to show the loading image when done with the client action.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal toolAssembly As String, _
   ByVal toolClass As String, _
   ByVal clientAction As MapClientToolAction, _
   ByVal showLoading As Boolean _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim toolAssembly As String
Dim toolClass As String
Dim clientAction As MapClientToolAction
Dim showLoading As Boolean
 
Dim instance As MapToolItem(name, toolAssembly, toolClass, clientAction, showLoading)
C# 
public MapToolItem( 
   string name,
   string toolAssembly,
   string toolClass,
   MapClientToolAction clientAction,
   bool showLoading
)

Parameters

name
The name of the map tool item.
toolAssembly
The assembly for the server tool action.
toolClass
The server tool action class.
clientAction
The client tool action.
showLoading
Whether to show the loading image when done with the client action.

See Also

© 2010 All Rights Reserved.