In This Topic
Gets or sets a value indicating whether JIS escape sequences are allowed when other host character sets are selected.
Syntax
'Declaration
Property AllowJIS As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.AllowJIS = value
value = instance.AllowJIS
bool AllowJIS {get; set;}
See Also