This document is archived and information here might be outdated.  Recommended version.


IARControl.ShowMapTips Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.ShowMapTips Property
ArcGIS Developer Help

IARControl.ShowMapTips Property

Indicates if map tips are shown when the current view is a map or page layout.

[Visual Basic .NET]
Public Property ShowMapTips As Boolean
[C#]
public bool ShowMapTips {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Determines whether map tips are displayed (if they exist) as the mouse moves over layer features. Map tips will be present if they were present in the ArcMap document at the time of publishing. By default the ShowMapTips property is set to true.

Remarks

Map tips will only be shown when the CurrentView is an IARPageLayout::ARMap.

See Also

IARControl Interface