Dart.Emulation Namespace : PrintType Enumeration |
Public Enum PrintType Inherits System.Enum
Dim instance As PrintType
public enum PrintType : System.Enum
__value public enum PrintType : public System.Enum
public enum class PrintType : public System.Enum
Member | Description |
---|---|
Auto | Printing occurs line by line as data terminated with a line terminator is received from the host. Received data is displayed on the Vt display. |
Controller | Printing occurs line by line as data terminated with a line terminator is received from the host. Received data is not displayed on the Vt display. |
Off | No automatic printing. Printing must be done explicitly by calling Vt.PrintScreen, Selection.Print, or Vt.PrintCursorLine. |
System.Object
System.ValueType
System.Enum
Dart.Emulation.PrintType