Input for WinForms | ComponentOne
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 Integer
    public int HoverDelay {get; set;}
    See Also