InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / DisplayTextOption Enumeration
In This Topic
    DisplayTextOption Enumeration
    In This Topic
    Used with IScreen.DisplayText() to designate how data is to be displayed.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E74")>
    <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1008:EnumsShouldHaveZeroValue", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Public Enum DisplayTextOption 
       Inherits 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.
    See Also