ESRI.ArcGIS.ADF.Web.UI.WebControls
Map Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : Map Property




The Map Control to display the map tips on.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<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.BuddyControlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Buddy Controls")>
<ResDescriptionAttribute("The Map Control to display the map tips on.")>
Public Property Map As String
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim value As String
 
instance.Map = value
 
value = instance.Map
C# 
[NotifyParentPropertyAttribute(true)]
[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.BuddyControlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Buddy Controls")]
[ResDescriptionAttribute("The Map Control to display the map tips on.")]
public string Map {get; set;}

Return Value

ID of the Map control on which to display map tips.

Remarks

The Map control should use the same MapResourceManager as the one specified in the Layer property.

See Also

© 2010 All Rights Reserved.