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


In This Topic
    PrintBackgroundOption Enumeration
    In This Topic
    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
    public enum PrintBackgroundOption : System.Enum 
    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