Retrieves sounds associated with a set of system sound event types.
| C# | Visual Basic |
public static class SystemSounds
Public NotInheritable Class SystemSounds
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| Asterisk |
Gets the sound associated with the Asterisk program event.
| |
| Beep |
Gets the sound associated with the Beep program event.
| |
| Exclamation |
Gets the sound associated with the Exclamation program event.
| |
| Hand |
Gets the sound associated with the Hand program event.
| |
| Question |
Gets the sound associated with the Question program event.
|
The SystemSounds class provides methods for retrieving the sounds associated with a set of operating system sound-event types.
SystemSounds provides static methods to access the sounds associated with the Asterisk, Beep, Exclamation, Hand and Question sound events. Each property returns a SystemSound that can be used to play the sound.
| Object | |
| SystemSounds | |