InfoConnect for Unisys
DisplayCRSymbol Property


Gets or sets a value indicating whether to display a carriage return symbol when the ENTER key is pressed. (This does not affect CRs sent by the host.)

Syntax
'Declaration
 
Property DisplayCRSymbol As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.DisplayCRSymbol = value
 
value = instance.DisplayCRSymbol
bool DisplayCRSymbol {get; set;}
See Also