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

In This Topic
    Increment Method (RibbonProgressBar)
    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