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!

ErrorProvider.BlinkRate

Returns or set the rate in milliseconds at which the error icon flashes.

[Visual Basic]
Public Property BlinkRate As Integer
[C#]
public int BlinkRate {get; set;}
[C++]
public: __property int get_BlinkRate();
public: __property void set_BlinkRate(int);
[JScript]
public function get BlinkRate() : int;
public function set BlinkRate(int);

See Also

ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace | BlinkStyle