Programming with Reflection
ShowControlCharacters property
Syntax |
object.ShowControlCharacters |
Works with |
|
Data type |
When this property is set to True, Reflection displays control characters but does not execute the functions these characters would otherwise perform.
For example, when ShowControlCharacters is set to True, Reflection, upon receiving a formfeed character, displays it on the screen but does not actually perform a formfeed. When ShowControlCharacters is set to False, Reflection performs the formfeed without displaying the character on screen.
The default value is False.
The value of this property is not saved to a settings file.