object.DeleteScreen( ByVal index As Integer ) |
Parameters
- index
- The zero-based index of the screen to delete from the list.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if index is negative or exceeds the range of available screens. |