Click or drag to resize

IEmulOptionsWyseReceivedCR Property

Gets or sets the received CR mode. If this is enabled, when the terminal receives a CR (Carriage Return), the cursor moves to the beginning of the next line. If this is disabled, the cursor moves to the beginning of the current line.

Namespace:  Flex.Hal.Term
Assembly:  Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 4.1.4031.1525
Syntax
bool ReceivedCR { get; set; }

Property Value

Type: Boolean
See Also