'Declaration
Property DisplayCRSymbol As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.DisplayCRSymbol = value value = instance.DisplayCRSymbol
bool DisplayCRSymbol {get; set;}
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.)
'Declaration
Property DisplayCRSymbol As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.DisplayCRSymbol = value value = instance.DisplayCRSymbol
bool DisplayCRSymbol {get; set;}