ArcObjects Library Reference (PublisherControls)  

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

IARControlDefault Interface