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