ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / SpinButtonClickEventArgs Class / Delta Property

In This Topic
    Delta Property
    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 System.Integer
    public System.int Delta {get;}
    See Also