Initializes a new instance of the ProgressIndicator class

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public ProgressIndicator(
	ProgressBar progressBar,
	int minimum,
	int maximum,
	int step,
	int value
)
Visual Basic (Declaration)
Public Sub New ( _
	progressBar As ProgressBar, _
	minimum As Integer, _
	maximum As Integer, _
	step As Integer, _
	value As Integer _
)
Visual C++
public:
ProgressIndicator(
	ProgressBar^ progressBar, 
	int minimum, 
	int maximum, 
	int step, 
	int value
)

Parameters

progressBar
Type: System.Windows.Forms..::.ProgressBar

[Missing <param name="progressBar"/> documentation for "M:Bespoke.Common.ProgressIndicator.#ctor(System.Windows.Forms.ProgressBar,System.Int32,System.Int32,System.Int32,System.Int32)"]

minimum
Type: System..::.Int32

[Missing <param name="minimum"/> documentation for "M:Bespoke.Common.ProgressIndicator.#ctor(System.Windows.Forms.ProgressBar,System.Int32,System.Int32,System.Int32,System.Int32)"]

maximum
Type: System..::.Int32

[Missing <param name="maximum"/> documentation for "M:Bespoke.Common.ProgressIndicator.#ctor(System.Windows.Forms.ProgressBar,System.Int32,System.Int32,System.Int32,System.Int32)"]

step
Type: System..::.Int32

[Missing <param name="step"/> documentation for "M:Bespoke.Common.ProgressIndicator.#ctor(System.Windows.Forms.ProgressBar,System.Int32,System.Int32,System.Int32,System.Int32)"]

value
Type: System..::.Int32

[Missing <param name="value"/> documentation for "M:Bespoke.Common.ProgressIndicator.#ctor(System.Windows.Forms.ProgressBar,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also