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




A collection of ToolbarItem objects.

Object Model

Syntax

Visual Basic (Declaration) 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ToolbarCollectionEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public NotInheritable Class ToolbarItemCollection 
Visual Basic (Usage)Copy Code
Dim instance As ToolbarItemCollection
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ToolbarCollectionEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public sealed class ToolbarItemCollection 

Remarks

A Toolbar contains tools and other items to allow the user to interact with a Map or PageLayout. The tools contained in a Toolbar are housed in the Toolbar's ToolbarItems property, which contains a ToolbarItemCollection.

The items in a ToolbarItemCollection may be one or more ToolbarItem objects. Each ToolbarItem (an abstract class) may be a Tool, Command, DropDownBox, Space or Divider.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarItemCollection

See Also

© 2010 All Rights Reserved.