ComponentOne InputPanel for WinForms
Increment Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputProgressBar Class : Increment Method
The amount by which to increment the progress bar's current position.
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

Reference

InputProgressBar Class
InputProgressBar Members