ESRI.ArcGIS.ADF.Web.UI.WebControls
CurrentToolItem Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : CurrentToolItem Property


The current tool item active on the map.

Syntax

Visual Basic (Declaration)  
Public Property CurrentToolItem As MapToolItem
Visual Basic (Usage) Copy Code
Dim instance As Map
Dim value As MapToolItem
 
instance.CurrentToolItem = value
 
value = instance.CurrentToolItem
C#  
public MapToolItem CurrentToolItem {get; set;}

Remarks

The CurrentToolItem will be set at runtime when a tool is activated. This MapToolItem may also be set when the user clicks on a tool in the Toolbar.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also