How to prevent the ErrorProvider text from blinking ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The ErrorProvider text is also blinking together with the icon.
It’s making the reading of the error description very uncomfortable.

Is there a way to prevent the text from blinking while the icon is still
blinking?
 
Hi Sharon,

You can set it's BlinkStyle property to ErrorBlinkStyle.NeverBlink. If
you're using VS.NET, select the ErrorProvider and you can change the value
in the Propery Grid.

Joe
 
Back
Top