InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / PrintBackgroundOption Enumeration


PrintBackgroundOption Enumeration
Options for specifying the background color to use when printing the terminal screen.
Syntax
'Declaration
 
Public Enum PrintBackgroundOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintBackgroundOption
Members
MemberDescription
BlackPrints the terminal screen with a black background.
WhitePrints the terminal screen with a white background.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.PrintBackgroundOption

See Also