[This is preliminary documentation and is subject to change.]
Implements Sound which plays given SystemSound
Namespace: Tools.MediaTAssembly: 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 |