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




name
Name of the tool item.
clientAction
Client action of the tool item.
Constructor.

Syntax

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

Parameters

name
Name of the tool item.
clientAction
Client action of the tool item.

See Also

© 2010 All Rights Reserved.