Disable / enable all tooltips

Started by Peter2 · 2013-08-05 06:50 UTC · 2 replies · SMF topic #1995

In my first project I use many (and sometimes long) tooltips, it is a kind of "test" replacing a help-dokumentation. But I'm sure that the tooltips will be enervating when the user knows all features. So the question is:

How to disable (enable) all tooltips in a form with one click?

Thanks
I think you would need to loop through each control and set the ToolTipTitle and ToolTipMainText properties to an empty string.
OK, thanks.