ESRI.ArcGIS.Mobile
MapActions Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : MapActions Property

Returns the collection of MapActions that are associated with the map component.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<DescriptionAttribute("The collection of MapActions.")>
<CategoryAttribute("Map")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.Mobile.Designer.MapActionCollectionEditor, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property MapActions As MapActionCollection
C# 
[CompilerGeneratedAttribute()]
[DescriptionAttribute("The collection of MapActions.")]
[CategoryAttribute("Map")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.Mobile.Designer.MapActionCollectionEditor, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")]
[DesignerSerializationVisibilityAttribute()]
public MapActionCollection MapActions {get;}

Remarks

A map component can have a collection of MapActions associated with it, and only one of them could be active at one time through Map.CurrentMapAction property or Map.CurrentMapActionIndex property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also