'Declaration
Property WeakDeviceControlString As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.WeakDeviceControlString = value value = instance.WeakDeviceControlString
bool WeakDeviceControlString {get; set;}
'Declaration
Property WeakDeviceControlString As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.WeakDeviceControlString = value value = instance.WeakDeviceControlString
bool WeakDeviceControlString {get; set;}
When this property is set to false, Reflection matches the behavior of the VT320 terminal, and a device control string can be terminated only by the string terminator character (decimal 156). Use this property if you need Reflection to behave like an actual VT320 terminal (for example, if you need to pass control characters as part of a sequence that would otherwise terminate the sequence).