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

Sets the information label 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 setLabel(
	string msg
)
Visual Basic
Public Sub setLabel ( _
	msg As String _
)
Visual C++
public:
void setLabel(
	String^ msg
)

Parameters

msg
Type: System..::..String
The message to be put in the information label

See Also