The reason I was hoping to get the Tag was because we are trying to figure out a way to pass the source file through Silverlight to Ranorex so I know what picture is what. You suggested we look into UIAutomation in another post (
http://www.ranorex.com/forum/possible-t ... t2288.html), but that was not something warmly excepted by the development team.
This lead them to be willing to try other things... I was asked if I could read the Image Tag property, and I said maybe... There's a Tag property for icon visible in Spy tool...What ever they did on the dev side didn't seem to work, since I still saw nothing. Then they tried something called HelpText, and it showed up in Spy in the UIAutomation section... See picture, and scroll to bottom.

- spy bmp.JPG (57.49 KiB) Viewed 1263 times
So now I need to figure out how to read the HelpText property of the Picture element's UIAutomation section. I managed to do it, but it seemed to be a lot of code and I had to add a bunch of references. Is there an easy way?
Aracknid