InfoConnect for Unisys
CRInterpretation Property


Gets or sets a value indicating how carriage return keys (Enter) are interpreted when pressed.
Syntax
'Declaration
 
Property CRInterpretation As CarriageReturnInterpretationOption
'Usage
 
Dim instance As IT27Terminal
Dim value As CarriageReturnInterpretationOption
 
instance.CRInterpretation = value
 
value = instance.CRInterpretation
CarriageReturnInterpretationOption CRInterpretation {get; set;}
See Also