Forum Discussion

yasaswi_taliyak's avatar
yasaswi_taliyak
New Contributor
10 years ago

Unable to get the ToolTip property of a button in my app

I could get the reference of an object in my application. It has a tooltip property. I am unable to get the ToolTip property of that button element. Engineer says, the object does have the ToolTip property. Could someone let me know if it needs any Project Settings change for me to see that hidden property please?

 

Thanks,

Yasaswi

 

 

2 Replies

  • Ryan_Moran's avatar
    Ryan_Moran
    Valued Contributor

    Assuming your application is an open application you can try some basic troubleshooting by making sure you are viewing advanced properties with the object spy, and by checking to see if the "ToolTip" property is maybe labeled differently (i.e. perhaps "ToolTip" is actually "Hint"). Additionally you can try using the object spy's search box to search for the value of the tooltip.

  • My application is an open application. I am viewing tha advanced properties of the object. No property has the tooltip value in the list of entire properties the object has.