In an application, I have "description and tip" filled out for various controls such that when the user selects context help a description is available to them if they hover over the control.
However I have a string indicator that I want to use solely as a "dynamic label". Basically it is just a label whose string can change. This indicator does not need a description or tip. Is there anyway to turn off the description for a particular control while leaving the other controls' descriptions as is? To put it another way, I do not want context help to respond a particular control.
Thanks for your help.
regards,
mcduff