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
bool DisplayEnabled {get; set;}
See Also