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
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.
Hi Mike,
I'm only working with the UltraToolTipManager, and want to iterate over his TollTips.
Bodo