07-11-2016 12:41 PM
Hello ,
I have Labwindows 8.1, Does the ATTR_TOOLTIP_TEXT attribute available for picture command button for 8.1 version or is it available for 8.5 and up?.
Thank you.
Farideh
Solved! Go to Solution.
07-11-2016 01:22 PM
I was using SetCrtlAttribute to use ATTR_TOOLTIP_TEXT, instead I should have used SetCtrlToolTipAtttribute(). And it worked.