ErrorBlinkStyle

ErrorBlinkStyle serializable

System. Windows .Forms (system. windows .forms.dll) enum

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



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net