ESRI.ArcGIS.ADF.Web.UI.WebControls
ToolbarBase Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ToolbarBase 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 MustInherit Class ToolbarBase 
   Inherits WebControl
Visual Basic (Usage) Copy Code
Dim instance As ToolbarBase
C#  
public abstract class ToolbarBase : WebControl 

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

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also