Is there a way to disable the "Open this item" tooltip that displays when you mouse over text in a desktop alert window (even when said text is not a link)? Thanks for the info.
- Dave
Infragistics.Win.Misc.Resources.Customizer.SetCustomizedString("DesktopAlertLinkUIElement_Caption_ToolTipText_Office2007", string.Empty);Infragistics.Win.Misc.Resources.Customizer.SetCustomizedString("DesktopAlertLinkUIElement_Text_ToolTipText_Office2007", string.Empty);
Wow. I had no idea I could modify the resource strings used by the Infragistics controls. That's awesome. Thank you very much.