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

Stops the playing song

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

Syntax

C#
public void stopSong(
	Song song
)
Visual Basic
Public Sub stopSong ( _
	song As Song _
)
Visual C++
public:
virtual void stopSong(
	Song^ song
) sealed

Parameters

song
Type: MusicPlayerWindow..::..Song
the song to be stopped

See Also