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
535
UltraValidator - Windows - Change InitialDelay before displaying the Tooltip
posted

In a WinForms app I have the UltraValidator set to show an image upon error, and the tool tip displays when the mouse hovers over the image. I need this tool tip to display much quicker. 

uvError.NotificationSettings.Action = NotificationAction.Image;

I see the tool tip timing can be reduced with the UltraToolTipManager by setting the InitialDelay property. If possible, would you provide sample code or an explanation of how the UltraValidator tool tip may be set to display quicker?

Thank you, Stan

 

Parents
No Data
Reply Children