InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / MoveButtonPressDelay Property

In This Topic
    MoveButtonPressDelay Property (InputDataNavigator)
    In This Topic
    Gets or sets the interval before the 'Move Previous' and 'Move Next' buttons start firing click events, in milliseconds.
    Syntax
    'Declaration
     
    Public Property MoveButtonPressDelay As Integer
    public int MoveButtonPressDelay {get; set;}
    See Also