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

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