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


In This Topic
    VTPageAdvance Property
    In This Topic

    Gets or sets a value indicating whether to set vertical tabs on rows 1, 9, 17, and 25 when a session is configured for 32 rows per page.

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

    Property Value

    If false, no vertical tabs are set.

    See Also