RepeatButtons Property (CollectionViewNavigator)
In This Topic
Gets or sets a value that determines whether the next/previous buttons should act as repeat buttons, firing repeatedly as long as the button remains pressed.
Syntax
'Declaration
Public Property RepeatButtons As Boolean
public bool RepeatButtons {get; set;}
See Also