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) 
<BrowsableAttribute(False)>
<ResDescriptionAttribute("The current tool item active on the map.")>
<BindableAttribute(False)>
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# 
[BrowsableAttribute(false)]
[ResDescriptionAttribute("The current tool item active on the map.")]
[BindableAttribute(false)]
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.

See Also

© 2010 All Rights Reserved.