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

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

    Parameters

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