ArcGIS API for WPF - Library Reference
ToolbarItemCollection Class Members
See Also  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : ToolbarItemCollection Class


The following tables list the members exposed by ToolbarItemCollection.

Public Constructors

Public Properties

 NameDescription
public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
Top

Protected Properties

 NameDescription
protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
Top

Public Methods

 NameDescription
public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public MethodMoveMoves the item at the specified index to a new location in the collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<ToolbarItem>)
public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
Top

Protected Methods

 NameDescription
protected MethodBlockReentrancyDisallows reentrant attempts to change this collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<ToolbarItem>)
protected MethodCheckReentrancyChecks for reentrant attempts to change this collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<ToolbarItem>)
protected MethodClearItemsRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
protected MethodInsertItemInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
protected MethodMoveItemMoves the item at the specified index to a new location in the collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<ToolbarItem>)
protected MethodOnCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<ToolbarItem>)
protected MethodOnPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<ToolbarItem>)
protected MethodRemoveItemRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
protected MethodSetItemReplaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ToolbarItem>)
Top

Public Events

 NameDescription
public EventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from System.Collections.ObjectModel.ObservableCollection<ToolbarItem>)
Top

Protected Events

 NameDescription
protected EventPropertyChangedOccurs when a property value changes. (Inherited from System.Collections.ObjectModel.ObservableCollection<ToolbarItem>)
Top

See Also

© ESRI, Inc. All Rights Reserved.