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


In This Topic
    PrintScreenOption Enumeration
    In This Topic
    Options for specifying how the PrintScreen method prints screen text.
    Syntax
    'Declaration
     
    
    Public Enum PrintScreenOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintScreenOption
    public enum PrintScreenOption : System.Enum 
    Members
    MemberDescription
    PrintPartitionPrints the current host partition. This value is relevant only when the session type is 3270 terminal.
    PrintScreenPrints the terminal window contents.
    PrintScreenOrSelPrints selected text or, if no text is selected, the terminal window contents.
    PrintSelPrints selected text or, if no text is selected, prints nothing.
    Inheritance Hierarchy

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

    See Also