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
Thank you. I submitted a feature request.
I don't think we exposed a way to change that delay, so it is probably whatever the default value is. If you like you can submit a feature request for the ability to change this via a property setting.