ESRI.ArcGIS.ADF.Web.UI.WebControls
InteractiveToolbarItem Class
Members  See Also  Send Feedback
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

InteractiveToolbarItem Class

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.

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.