ESRI.ArcGIS.ADF.Web.UI.WebControls
MapInstance Property
See Also 
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;}

Return 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.

See Also

© 2010 All Rights Reserved.