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

Sets the value of the progress bar in the Progress_Bar form

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void setValue(
	int value
)
Visual Basic
Public Sub setValue ( _
	value As Integer _
)
Visual C++
public:
void setValue(
	int value
)

Parameters

value
Type: System..::..Int32
The new value of the progress bar

See Also