Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTimePicker Class / SpinButtonPressDelay Property

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