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


In This Topic
    TerminalSoundOption Enumeration
    In This Topic
    Terminal sound option.
    Syntax
    'Declaration
     
    
    Public Enum TerminalSoundOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TerminalSoundOption
    public enum TerminalSoundOption : System.Enum 
    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