InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTrackBar Class / ButtonPressInterval Property

In This Topic
    ButtonPressInterval Property (InputTrackBar)
    In This Topic
    Gets or sets the interval between clicks when the '+' or '-' buttons are kept pressed, in milliseconds.
    Syntax
    'Declaration
     
    Public Property ButtonPressInterval As Integer
    public int ButtonPressInterval {get; set;}
    See Also