'Declaration
Public Enum TerminalSoundOption Inherits System.Enum
'Usage
Dim instance As TerminalSoundOption
public enum TerminalSoundOption : System.Enum
'Declaration
Public Enum TerminalSoundOption Inherits System.Enum
'Usage
Dim instance As TerminalSoundOption
public enum TerminalSoundOption : System.Enum
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. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.TerminalSoundOption