Name

ErrorBlinkStyle

Synopsis

This enumeration allows you to set the ErrorProvider.BlinkStyle. It controls whether the error icon will NeverBlink, AlwaysBlink, or only blink when an icon is already displayed, and the error changes (BlinkIfDifferentError). If the ErrorProvider.BlinkRate is set to zero, these are all equivalent to NeverBlink.


public enum ErrorBlinkStyle {

   BlinkIfDifferentError = 0,

   AlwaysBlink = 1,

   NeverBlink = 2

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) ErrorBlinkStyle

Returned By

ErrorProvider.BlinkStyle

Passed To

ErrorProvider.BlinkStyle

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.