This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.ShowMapTips Property (ArcObjects .NET 10.4 SDK) |
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;}
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.
Map tips will only be shown when the CurrentView is an IARPageLayout::ARMap.