ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ToolbarItemCollection Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ToolbarItemCollection Class |
The following tables list the members exposed by ToolbarItemCollection.
Name | Description | |
---|---|---|
ToolbarItemCollection Constructor | Creates an instance of a ToolbarItemCollection. |
Name | Description | |
---|---|---|
Count | The number of items in this collection. | |
IsSynchronized | Indicates whether the collection is synchronized. | |
Item | Indexer to this collection. | |
Parent | The toolbar to which this collection belongs. | |
SyncRoot | The SyncRoot for this collection. |
Name | Description | |
---|---|---|
Add | Add item to the collection. | |
Clear | Clears the collection of all items. | |
Contains | Indicates whether the collection contains the item specified. | |
CopyTo | Copies the collection to an array. | |
Find | Finds an item with the specified name. | |
GetEnumerator | Get an enumerator to the collection. | |
IndexOf | Returns the index of the specified item in the collection. | |
Insert | Insert an item into the collection. | |
Remove | Removes an item from the collection. | |
RemoveAt | Remove item from collection at the specified index. |