HoverDelay Property (ScrollBarElement.ScrollBarPageButton)
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