![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
InteractiveToolbarItem Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : InteractiveToolbarItem Class |

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public MustInherit Class InteractiveToolbarItem Inherits ToolbarItem |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As InteractiveToolbarItem |
C# | |
---|---|
[SerializableAttribute()] public abstract class InteractiveToolbarItem : ToolbarItem |
A Toolbar contains ToolbarItems that allow users to interact with a Map or PageLayout. Examples are tools to zoom and pan and a command to set the map to full extent. All items on the toolbar extend the base ToolbarItem class.
InteractiveToolItem extends ToolbarItem to provide the functionality required for a tool or command to interact with the user and the map or page layout (Space and Separator also extend ToolbarItem, but do not allow for interaction).
InteractiveToolItem is an abstract class that is extended by two child classes:
- DropDownBox, which has an interface similar to the standard DropDownList, but uses client callbacks to communicate with the server and requires a custom class to handle the server action; and
- InteractiveImageToolbarItem, which is an abstract class with properties for displaying text and images. This class is extended by the two most typically used toolbar items: Tool and Command.
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