TerminalSoundOption Enumeration
In This Topic
Terminal sound option.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E6A")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum TerminalSoundOption
Inherits System.Enum
Members
Member | Description |
DOSBeep | Use this value if you don't have multimedia support and the beep produced by Simple is too quiet. |
HP2392A | |
HP70092 | |
Simple | Use this value if you don't have multimedia support. |
VT100 | Matches the beep of a VT100. |
VT220 | Matches the beep of a VT220. |
See Also