ESRI.ArcGIS.Mobile.Client
MenuItemCollection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Map Namespace : MenuItemCollection Class


The following tables list the members exposed by MenuItemCollection.

Public Constructors

 NameDescription
Public ConstructorMenuItemCollection Constructor  
Top

Public Properties

 NameDescription
Public PropertyAllowEdit (Inherited from System.ComponentModel.BindingList<MenuItem>)
Public PropertyAllowNew (Inherited from System.ComponentModel.BindingList<MenuItem>)
Public PropertyAllowRemove (Inherited from System.ComponentModel.BindingList<MenuItem>)
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public PropertyRaiseListChangedEvents (Inherited from System.ComponentModel.BindingList<MenuItem>)
Top

Protected Properties

 NameDescription
Protected PropertyIsSortedCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Protected PropertySortDirectionCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected PropertySortPropertyCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected PropertySupportsChangeNotificationCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected PropertySupportsSearchingCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected PropertySupportsSortingCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodAddNew (Inherited from System.ComponentModel.BindingList<MenuItem>)
Public MethodAddRange Add multiple MenuItems to the collection  
Public MethodCancelNew (Inherited from System.ComponentModel.BindingList<MenuItem>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodEndNew (Inherited from System.ComponentModel.BindingList<MenuItem>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<MenuItem>)
Public MethodResetBindings (Inherited from System.ComponentModel.BindingList<MenuItem>)
Public MethodResetItem (Inherited from System.ComponentModel.BindingList<MenuItem>)
Top

Protected Methods

 NameDescription
Protected MethodAddNewCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodApplySortCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodClearItems (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodFindCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodInsertItem (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodOnAddingNew (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodOnListChanged (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodRemoveItem (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodRemoveSortCore (Inherited from System.ComponentModel.BindingList<MenuItem>)
Protected MethodSetItem (Inherited from System.ComponentModel.BindingList<MenuItem>)
Top

Public Events

 NameDescription
Public EventAddingNew (Inherited from System.ComponentModel.BindingList)
Public EventListChanged (Inherited from System.ComponentModel.BindingList)
Top

See Also