InfoConnect for Unisys
DisplayEnabled Property


Returns or specifies whether InfoConnect 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
bool DisplayEnabled {get; set;}
See Also