TVIAttributeBaseModeOption Enumeration
In This Topic
Indicates how visual attributes are applied when Reflection emulates a TVI terminal (TerminalType = TVI955).
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EA4")>
Public Enum TVIAttributeBaseModeOption
Inherits System.Enum
Members
Member | Description |
Line | Visual attributes apply only from the cursor location to the end of the line. |
Page | Visual attributes are applied from the cursor location in display memory to the bottom of the page. |
See Also