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


In This Topic
DisplayEnabled Property
In This Topic
Gets or sets a value indicating whether Reflection displays characters received from the host during the execution of any of the following methods: ReadChars, ReadLine, or ReadUntil.
Syntax
'Declaration
 
Property DisplayEnabled As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.DisplayEnabled = value
 
value = instance.DisplayEnabled
See Also