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


A Toolbar is a collection of Tools and Commands that work on a set of Map controls or a set of PageLayout controls.

Object Model





Syntax

Visual Basic (Declaration)  
Public Class Toolbar 
   Inherits ToolbarBase
   Implements IBuddyControlSupport 
Visual Basic (Usage) Copy Code
Dim instance As Toolbar
C#  
public class Toolbar : ToolbarBase, IBuddyControlSupport  

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase
               ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar
                  ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools.EditorToolbar

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also