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