Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / SpinButtonClickEventArgs Class / Delta Property

In This Topic
    Delta Property (SpinButtonClickEventArgs)
    In This Topic
    Equals to 1 if the up button was pressed, equals to -1 if the down button was pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Delta As Integer
    public int Delta {get;}
    See Also