Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
675
How to iterate over ToolTips?
posted

Hi,

I've the problem, that I need to translate all text on a form.

It works well with all controls, but I can't find how to iterate over all tooltips in a form.

I'm looking for something like this:

for each T as ToolTip in form.ToolTips

   ....

next

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I don't beleive there is any generic way to iterate over all tooltips in an application, because there is no central repository of tooltips. Some controls have built-in tooltips that they provide and other tooltips are provided by components like UltraToolTipManager and the ToolTip class.

Reply Children