InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / ClearDisplayOnDisconnect Property


In This Topic
    ClearDisplayOnDisconnect Property
    In This Topic
    Gets or sets a value indicating how InfoConnect handles the display memory when you disconnect from the host.
    Syntax
    'Declaration
     
    
    Property ClearDisplayOnDisconnect As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.ClearDisplayOnDisconnect = value
     
    value = instance.ClearDisplayOnDisconnect
    bool ClearDisplayOnDisconnect {get; set;}

    Property Value

    The default value is false.
    Remarks
    When this property is true, InfoConnect clears the screen after disconnecting from the host. When it is false, data in the display memory is retained.
    See Also