I'm trying to make a re-usable onclick function for help icons that I can use for all of them. The problem I'm running into is that I can't seem to find a place to store the text for the help icon MessageBox that pops up.
Bitmap doesn't have a 'text' property. Others do like Button, but I don't want the help text displaying on the button, just queryable in the onclick, and I need to have this styled like in my bitmap.
Any thoughts?
Thanks in advance.
Bitmap doesn't have a 'text' property. Others do like Button, but I don't want the help text displaying on the button, just queryable in the onclick, and I need to have this styled like in my bitmap.
Any thoughts?
Thanks in advance.
Comment