Attachmate.Reflection.Emulation.T27 Namespace > IT27Terminal Interface : ETXAdvance Property |
Gets or sets a value indicating whether to move the Datacomm pointer one position to the right of the ETX location when T27 receives an ETX character (end of text character) from the host.
'Declaration
Property ETXAdvance As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.ETXAdvance = value value = instance.ETXAdvance
bool ETXAdvance {get; set;}
If false, the Datacomm pointer is moved to the ETX location.