UpdateProgress(Int32) Method
Updates the progress for the C1ProgressBar control using an integer for the new progress value.
public void UpdateProgress(
System.int
)
'Declaration
Public Overloads Sub UpdateProgress( _
ByVal As System.Integer _
)
Parameters
- newValue
- The new progress value.