ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / RepeatButtonElement Class / HoverDelay Property

In This Topic
    HoverDelay Property (RepeatButtonElement)
    In This Topic
    Gets or sets the interval before the button starts firing click events when the mouse hovers over the button, in milliseconds.
    Syntax
    'Declaration
     
    Public Property HoverDelay As System.Integer
    public System.int HoverDelay {get; set;}
    See Also