Select to view content in your preferred language

Force Maptip

454
1
10-15-2013 09:16 AM
ChrisTallman
Deactivated User
Is there a way to force the MapTip to display?  I tried looking for an IsOpen property or something similar but it doesnt appear to exist.

What i'm looking for, I'm querying the map based on a cursor hover to a layer that is not currently added to the map.  The query processes and the graphic is added to the map with a MapTip configured, however without moving the cursor the MapTip will not display.  I would like to just force the maptip to display when the layer is displayed on the map.  Once the cursor is moved out of the graphic the graphic is cleared so i'm not worried about multiple tips being displayed.

Any ideas??

Thanks,
Chris
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
What you want is not a maptip (that's just not how maptips was designed to work). Instead take a look at the InfoWindow class in the toolkit.
0 Kudos