InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDataNavigator Class / MoveButtonPressInterval Property

In This Topic
    MoveButtonPressInterval Property (InputDataNavigator)
    In This Topic
    Gets or sets the interval between clicks when the 'Move Previous' and 'Move Next' buttons are kept pressed, in milliseconds.
    Syntax
    'Declaration
     
    Public Property MoveButtonPressInterval As Integer
    public int MoveButtonPressInterval {get; set;}
    See Also