InfoConnect for Airlines
ShowScreen Method


The zero-based index of the screen to make active.
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
System.ArgumentOutOfRangeExceptionThis exception is thrown if the index is negative or exceeds the range of available screens.
See Also