ESRI.ArcGIS.ADF.Web.UI.WebControls
InteractiveToolbarItem Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : InteractiveToolbarItem Class




Base class for tool bar items that allow interaction, including Tool, Command and DropDownBox.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class InteractiveToolbarItem 
   Inherits ToolbarItem
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
C# 
[SerializableAttribute()]
public abstract class InteractiveToolbarItem : ToolbarItem 

Remarks

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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarItem
      ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem
         ESRI.ArcGIS.ADF.Web.UI.WebControls.DropDownBox
         ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveImageToolbarItem

See Also

© 2010 All Rights Reserved.