View Single Post

  #2 (permalink)  
Old 05-09-2008
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,017
Re: Duplicate double-clicking State name in code?

Hi,

I'm not sure if this can be done. What you can try is to find the Location object and set the Highlight property to true. You have to check first if this can be done by checking the IsHighLightable property.

To find the Location object you can use FindPlaceResults (or maybe also FindAddressResults) and then step trough the Results collection.
Reply With Quote