SmoothProgressBar.InitializeProgress Method

Definition

Initialize progress bar and sets the value to its minimum value Call this function before starting to increment TargetValue.

public:
 void InitializeProgress();
public:
 void InitializeProgress();
void InitializeProgress();
public void InitializeProgress ();
member this.InitializeProgress : unit -> unit
Public Sub InitializeProgress ()

Remarks

Call this method before starting to increment the target value of the progress bar.

Applies to