InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputProgressBar Class / Increment Method
The amount by which to increment the progress bar's current position.

In This Topic
    Increment Method (InputProgressBar)
    In This Topic
    Advances the current position of the progress bar by the specified amount.
    Syntax
    'Declaration
     
    Public Sub Increment( _
       ByVal value As Integer _
    ) 
    public void Increment( 
       int value
    )

    Parameters

    value
    The amount by which to increment the progress bar's current position.
    See Also