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