I am dynamically adding tooltips to elements depending on certain circumstances, but I dont want to change/add a tooltip if one already exists.
Is there a way to detect if a element/component already has a tooltip set?
Cheers
jj
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, there is no central registry to store tooltips. Depending on how you create your tooltips you could build your own hashtable to check for already created tooltips.