Infragistics(R) NetAdvantage(R) Windows Forms
ErrorImageBlinkStyle Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : ErrorImageBlinkStyle Enumeration

Constants which define the blink style for the error image that is displayed when the NotificationAction is set to 'Image'.

Syntax

Visual Basic (Declaration) 
Public Enum ErrorImageBlinkStyle 
   Inherits System.Enum
C# 
public enum ErrorImageBlinkStyle : System.Enum 

Members

MemberDescription
Always The error image blinks when the associated control's value is not valid.
Never The error image does not blink.

See Also