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

Plays the music

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

Syntax

C#
public class MusicPlayer : MusicPlayerInterface, 
	ISoundStopEventReceiver
Visual Basic
Public Class MusicPlayer _
	Implements MusicPlayerInterface, ISoundStopEventReceiver
Visual C++
public ref class MusicPlayer : MusicPlayerInterface, 
	ISoundStopEventReceiver

Inheritance Hierarchy

System..::..Object
  MusicPlayerWindow..::..MusicPlayer

See Also