ShowControlCharacters Property
In This Topic
When this property is set to True, Reflection 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