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




This class provides the foundation for the Toolbar control, which allows working with a Map or PageLayout control with a set of tools and commands.

Object Model





Syntax

Visual Basic (Declaration) 
<ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.Toolbar", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.Toolbar.release.js")>
Public MustInherit Class ToolbarBase 
   Inherits WebControl
Visual Basic (Usage)Copy Code
Dim instance As ToolbarBase
C# 
[ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.Toolbar", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.Toolbar.release.js")]
public abstract class ToolbarBase : WebControl 

Remarks

Most of the properties for the Toolbar control are contained in this base class.

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

See Also

© 2010 All Rights Reserved.