ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperErrorProvider Class / BlinkRate Property

In This Topic
    BlinkRate Property (C1SuperErrorProvider)
    In This Topic
    Gets or sets the rate, in milliseconds, at which the error icon should flash. The default is 250 milliseconds.
    Syntax
    'Declaration
     
    Public Property BlinkRate As System.Integer
    public System.int BlinkRate {get; set;}
    Remarks
    The error icon flashes at the specified rate. A value of zero sets BlinkStyle to NeverBlink.
    See Also