I'm looking for a quick way to enabled/disable tooltips application wide (globally). I realize I can do the following on EVERY single control:
RadToolTipService.SetIsEnabled(
Me
.bnSettings,
False
)
repeat for each control in my application, however, I was hoping there was an easy way to enable/disable all tooltips in my application?
Cheers, Rob.