'Declaration
Public Enum PrintScreenOption Inherits System.Enum
'Usage
Dim instance As PrintScreenOption
public enum PrintScreenOption : System.Enum
'Declaration
Public Enum PrintScreenOption Inherits System.Enum
'Usage
Dim instance As PrintScreenOption
public enum PrintScreenOption : System.Enum
Member | Description |
---|---|
PrintPartition | Prints the current host partition. This value is relevant only when the session type is 3270 terminal. |
PrintScreen | Prints the terminal window contents. |
PrintScreenOrSel | Prints selected text or, if no text is selected, the terminal window contents. |
PrintSel | Prints selected text or, if no text is selected, prints nothing. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.PrintScreenOption