'Declaration
Property HostScreenInvert As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.HostScreenInvert = value value = instance.HostScreenInvert
bool HostScreenInvert {get; set;}
Property Value
If true, the character to the right of the equal sign is translated into the character to the left.
For example, if the translation table defines A=B, B is translated into A.
If false, the character to the left of the equal sign is translated into the character to the right.