TaskDialogProgressBar Constructor (Int32, Int32, Int32)

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Creates a new instance of this class with the specified minimum, maximum and current values.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

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

Parameters

minimum
Type: System..::.Int32
The minimum value for this control.
maximum
Type: System..::.Int32
The maximum value for this control.
value
Type: System..::.Int32
The current value for this control.

See Also