InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TerminalSoundOption Enumeration


TerminalSoundOption Enumeration
Terminal sound option.
Syntax
'Declaration
 
Public Enum TerminalSoundOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TerminalSoundOption
Members
MemberDescription
DOSBeepUse this value if you don't have multimedia support and the beep produced by Simple is too quiet.
HP2392A 
HP70092 
SimpleUse this value if you don't have multimedia support.
VT100Matches the beep of a VT100.
VT220Matches the beep of a VT220.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.TerminalSoundOption

See Also