ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonNumericBox Class / SpinButtonPressDelay Property

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