InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IScreenHistory Interface / ShowScreen Method
The zero-based index of the screen to make active.


In This Topic
    ShowScreen Method
    In This Topic
    Shows a specific screen from the Screen History list.
    Syntax
    'Declaration
     
    
    Sub ShowScreen( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As IScreenHistory
    Dim index As Integer
     
    instance.ShowScreen(index)
    void ShowScreen( 
       int index
    )

    Parameters

    index
    The zero-based index of the screen to make active.
    Exceptions
    ExceptionDescription
    This exception is thrown if the index is negative or exceeds the range of available screens.
    See Also