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