expression.WeakDeviceControlString As Boolean
where expression is a variable that represents a Terminal Object
expression.WeakDeviceControlString As Boolean
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).
The default value is true.