System.Windows.Forms.ErrorBlinkStyle Enumeration

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

Syntax

public enum ErrorBlinkStyle

Remarks

This enumeration is used by System.Windows.Forms.ErrorProvider.

Members

Member NameDescription

Always 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.

BlinkIfDifferentError

Blinks when the icon is already displayed and a new error string is set for the control.

Never blink the error icon.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0