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




The current tool item active on the map.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The current tool item active on the map.")>
<BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)>
<BrowsableAttribute(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# 
[ResDescriptionAttribute("The current tool item active on the map.")]
[BindableAttribute(Bindable=false, Direction=BindingDirection.OneWay)]
[BrowsableAttribute(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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.