Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / DisplayEnabled Property
In This Topic
DisplayEnabled Property
In This Topic
Gets or sets whether Reflection displays characters received from the host during the execution of any of the following methods: WaitForString, WaitForStrings, ReadChars, ReadLine, or ReadUntil.
Syntax
expression.DisplayEnabled As Boolean
where expression is a variable that represents a Screen Object
See Also