InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / DisplayEnabled Property


In This Topic
    DisplayEnabled Property
    In This Topic
    Gets or sets a value indicating 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