Enum SystemSounds
Default system sounds
Namespace: Dapplo.Windows.Multimedia
Assembly: Dapplo.Windows.Multimedia.dll
Syntax
public enum SystemSounds : int
Fields
Name | Description |
---|---|
SystemAsterisk | Sound/event that is associated with the Windows "Information" alert type. |
SystemDefault | Sound/event that is associated with the Windows "default" alert type. |
SystemExclamation | Sound/event that is associated with the Windows "Exclamation" alert type. |
SystemExit | Sound/event that is associated with the Windows "Exit" alert type. |
SystemHand | Sound/event that is associated with the Windows "Hand" alert type. |
SystemQuestion | Sound/event that is associated with the Windows "Question" alert type. |
SystemStart | Sound/event that is associated with the Windows "Start". |
SystemWelcome | Sound/event that is associated with the Windows "Welcome". |