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

Implements Sound which plays given SystemSound

Namespace: Tools.MediaT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public sealed class SystemSoundPlayer : Sound
Visual Basic
Public NotInheritable Class SystemSoundPlayer _
	Inherits Sound
Visual C++
public ref class SystemSoundPlayer sealed : public Sound
F#
[<SealedAttribute>]
type SystemSoundPlayer =  
    class
        inherit Sound
    end
JScript
public final class SystemSoundPlayer extends Sound

Inheritance Hierarchy

System..::..Object
  Tools.MediaT..::..Sound
    Tools.MediaT..::..SystemSoundPlayer

See Also