Reflection
AllowUnpairedSI Property


Gets or sets a value indicating whether to allow an unpaired shift in (SI) with a matching shift out (SO) sequence.
Syntax
'Declaration
 
Property AllowUnpairedSI As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.AllowUnpairedSI = value
 
value = instance.AllowUnpairedSI
bool AllowUnpairedSI {get; set;}

Property Value

The default is false.
Remarks
This property applies only to IBM 3270 terminal controls. It is not supported for IBM 5250 terminal controls.
See Also