Delay Property (ScrollBarElement.ScrollBarPageButton)
In This Topic
Gets or sets the interval before the button starts firing click events when the button is kept pressed, in milliseconds.
Syntax
'Declaration
Public Property Delay As Integer
public int Delay {get; set;}
See Also