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


In This Topic
    DisplayTextOption Enumeration
    In This Topic
    Used with IScreen.DisplayText() to designate how data is to be displayed.
    Syntax
    'Declaration
     
    
    Public Enum DisplayTextOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DisplayTextOption
    public enum DisplayTextOption : System.Enum 
    Members
    MemberDescription
    HexDataInterprets portions of a string that follow a backslash using either C-Language or hexadecimal character conversions.
    NoTranslationDoesn't translate from the PC to the Host character set.
    Inheritance Hierarchy

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

    See Also