Skip to main content
Version: 3.5

ErrorBlinkStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies constants indicating when the error icon, supplied by an ErrorProvider, should blink to alert the user that an error has occurred.

public enum ErrorBlinkStyle : Enum

Fields

NameDescription
AlwaysBlinkAlways blink when the error icon is first displayed, or when a error description string is set for the control and the error icon is already displayed.
BlinkIfDifferentErrorBlinks when the icon is already displayed and a new error string is set for the control.
NeverBlinkNever blink the error icon.

Used By

NameDescription
ErrorProvider.BlinkStyleReturns or sets a value indicating when the error icon flashes.