InfoConnect for Airlines
ShowControlCharacters Property


When this property is set to True, InfoConnect displays control characters but does not execute the functions these characters would otherwise perform.
Syntax
'Declaration
 
Property ShowControlCharacters As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.ShowControlCharacters = value
 
value = instance.ShowControlCharacters
bool ShowControlCharacters {get; set;}
See Also