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


DisplayTextOption Enumeration
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
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