InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / CurrentPage Property


In This Topic
    CurrentPage Property
    In This Topic
    Gets a value that corresponds to the current terminal page number.
    Syntax
    'Declaration
     
    
    ReadOnly Property CurrentPage As Integer
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As Integer
     
    value = instance.CurrentPage
    int CurrentPage {get;}
    See Also