expression.ShowScreen( _ ByVal index As System.Integer _ )
Parameters
- index
- The zero-based index of the screen to make active.
expression.ShowScreen( _ ByVal index As System.Integer _ )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if index is negative or exceeds the range of available screens. |