InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / DisableScreenHistory Property


In This Topic
    DisableScreenHistory Property (IAlcTerminal)
    In This Topic
    Gets or sets a value indicating whether Screen History is disabled.
    Syntax
    'Declaration
     
    
    Property DisableScreenHistory As Boolean
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As Boolean
     
    instance.DisableScreenHistory = value
     
    value = instance.DisableScreenHistory
    bool DisableScreenHistory {get; set;}

    Property Value

    The default value is false.
    Remarks
    If a program changes the value of this property, the state persists as long as the session is still open. When the session is closed and reopened, the value is automatically reset to the default (false).
    See Also