ESRI.ArcGIS.ADF.Web.UI.WebControls
MapInstance Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : MapInstance Property




Returns a reference to the control on the page specified in the Map property.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property MapInstance As Map
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim value As Map
 
value = instance.MapInstance
C# 
[BrowsableAttribute(false)]
public Map MapInstance {get;}

Property Value

Reference to a Map control object.

Remarks

This property is not browsable in the Visual Studio editor at design time, though may be accessed in code. It will be the control specified in the Map property.

Requirements

Target 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

© 2011 All Rights Reserved.