In This Topic
Used with IScreen.ReadChars(), ReadLine(), and ReadUntil() families of methods.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E91")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum ReadOption
Inherits System.Enum
Members
Member | Description |
NoDisplay | Does not display incoming characters in the terminal window. |
NoTranslation | Does not translate from PC to Host character set. |
See Also