Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1NumericEdit Class / Increment Property

In This Topic
    Increment Property
    In This Topic
    Gets or sets a value that indicates the amount to increment/decrement when the user clicks up/down buttons.
    Syntax
    'Declaration
     
    
    Public Property Increment As Object
    public object Increment {get; set;}
    See Also