Accessing the screentip in script

T

tmapola

Hi,

Is there a way to access the ScreenTip of a control through script?

Thanks!
Tracy
 
S

Scott L. Heim [MSFT]

Hi Tracy,

Screen Tips for controls are stored in the "XSL" file. As such, you would
need to use MSXML to load and parse that file for the control you want and
then look at the "title" attribute as this is where the screen tip is
stored.

I hope this helps!

Best Regards,

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top