Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ShowControlCharacters Property


In This Topic
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
See Also