Increment Method (RibbonProgressBar)
Advances the current position of the progress bar by the specified amount.
public void Increment(
System.int
)
'Declaration
Public Sub Increment( _
ByVal As System.Integer _
)
Parameters
- value
- The amount by which to increment the progress bar's current position.