InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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