mscorlib(4.0.0.0) API with additions
System.Media.SystemSounds Class Reference

Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited. More...

Properties

static SystemSound Asterisk [get]
 Gets the sound associated with the Asterisk program event in the current Windows sound scheme. More...
 
static SystemSound Beep [get]
 Gets the sound associated with the Beep program event in the current Windows sound scheme. More...
 
static SystemSound Exclamation [get]
 Gets the sound associated with the Exclamation program event in the current Windows sound scheme. More...
 
static SystemSound Hand [get]
 Gets the sound associated with the Hand program event in the current Windows sound scheme. More...
 
static SystemSound Question [get]
 Gets the sound associated with the Question program event in the current Windows sound scheme. More...
 

Detailed Description

Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited.

Definition at line 7 of file SystemSounds.cs.

Property Documentation

◆ Asterisk

SystemSound System.Media.SystemSounds.Asterisk
staticget

Gets the sound associated with the Asterisk program event in the current Windows sound scheme.

Returns
A T:System.Media.SystemSound associated with the Asterisk program event in the current Windows sound scheme.

Definition at line 37 of file SystemSounds.cs.

◆ Beep

SystemSound System.Media.SystemSounds.Beep
staticget

Gets the sound associated with the Beep program event in the current Windows sound scheme.

Returns
A T:System.Media.SystemSound associated with the Beep program event in the current Windows sound scheme.

Definition at line 51 of file SystemSounds.cs.

◆ Exclamation

SystemSound System.Media.SystemSounds.Exclamation
staticget

Gets the sound associated with the Exclamation program event in the current Windows sound scheme.

Returns
A T:System.Media.SystemSound associated with the Exclamation program event in the current Windows sound scheme.

Definition at line 65 of file SystemSounds.cs.

◆ Hand

SystemSound System.Media.SystemSounds.Hand
staticget

Gets the sound associated with the Hand program event in the current Windows sound scheme.

Returns
A T:System.Media.SystemSound associated with the Hand program event in the current Windows sound scheme.

Definition at line 79 of file SystemSounds.cs.

◆ Question

SystemSound System.Media.SystemSounds.Question
staticget

Gets the sound associated with the Question program event in the current Windows sound scheme.

Returns
A T:System.Media.SystemSound associated with the Question program event in the current Windows sound scheme.

Definition at line 93 of file SystemSounds.cs.


The documentation for this class was generated from the following file: