InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / SpecialScroll Property


In This Topic
    SpecialScroll Property
    In This Topic

    Gets or sets a value indicating whether to display any data received from the host on the subsequent page when the current page is filled.

    Syntax
    'Declaration
     
    
    Property SpecialScroll As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.SpecialScroll = value
     
    value = instance.SpecialScroll
    bool SpecialScroll {get; set;}
    Remarks

    If false, the data appears on the current page only. When the current page is filled, the cursor moves home on the same page, and the data received from the host overwrites the data currently on the screen.

    See Also