Input for WinForms | ComponentOne
C1.Win.Input Namespace / UpDownButtonClickEventArgs Class / Delta Property

In This Topic
    Delta Property
    In This Topic
    Gets the default increment or decrement delta.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Delta As Integer
    public int Delta {get;}
    Remarks
    For example: 1 if Up button is pressed, -1 if Down button is pressed.
    See Also