NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ErrorBlinkStyle Enumeration

Describes the times that the error icon supplied by an ErrorProvider should blink to alert the user that an error has occurred.

[Visual Basic]
Public Enum ErrorBlinkStyle
[C#]
public enum ErrorBlinkStyle
[C++]
public enum ErrorBlinkStyle

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
AlwaysBlink Blink the error icon when the error is first displayed, or when a new error description string is set for the control and the error icon is already displayed.
BlinkIfDifferentError Blink only if the error icon is already displayed, but a new error string is set for the control. If the icon did not blink in this case, the user might not know that there is a new error.
NeverBlink Never blink the error icon.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | ErrorProvider