System.Media.SystemSounds
Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited.
namespace System.Media
{
public static class SystemSounds
{
public static SystemSound Asterisk { get; }
public static SystemSound Beep { get; }
public static SystemSound Exclamation { get; }
public static SystemSound Hand { get; }
public static SystemSound Question { get; }
}
}