ProgressBar Constructor

Definition

Initializes a new instance of the ProgressBar class.

public:
 ProgressBar();
public ProgressBar ();
Public Sub New ()

Remarks

By default, the Minimum property is set to 0, the Maximum property is set to 100, and the Step property is set to 10.

Applies to

See also