'Usage
Dim instance As IScreenHistory Dim index As Integer instance.ShowScreen(index)
Parameters
- index
- The zero-based index of the screen to make active.
'Usage
Dim instance As IScreenHistory Dim index As Integer instance.ShowScreen(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the index is negative or exceeds the range of available screens. |