WindowsBeepType Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WindowsBeepType
Public Enumeration WindowsBeepType
Dim instance As WindowsBeepType
public enum class WindowsBeepType
No code example is currently available or this language may not be supported.
OK |
0 |
A OK beep.
|
Error |
16 |
A Error beep.
|
Question |
32 |
A Question beep.
|
Exclamation |
48 |
A Exclamation beep.
|
Asterisk |
64 |
A Asterisk beep.
|
SimpleBeep |
4,294,967,295 |
A standard beep.
If the sound card is not available, the sound is generated using the speaker.
|