[Missing <summary> documentation for "M:Bespoke.Common.ProgressIndicator.Init(System.Int32,System.Int32,System.Int32,System.Int32)"]

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

Syntax

C#
public void Init(
	int minimum,
	int maximum,
	int step,
	int value
)
Visual Basic (Declaration)
Public Sub Init ( _
	minimum As Integer, _
	maximum As Integer, _
	step As Integer, _
	value As Integer _
)
Visual C++
public:
void Init(
	int minimum, 
	int maximum, 
	int step, 
	int value
)

Parameters

minimum
Type: System..::.Int32

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

maximum
Type: System..::.Int32

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

step
Type: System..::.Int32

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

value
Type: System..::.Int32

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

See Also