'DeclarationPublic Enum PrintScreenOption Inherits System.Enum
'UsageDim instance As PrintScreenOption
public enum PrintScreenOption : System.Enum
'DeclarationPublic Enum PrintScreenOption Inherits System.Enum
'UsageDim 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