expression.MoveCursor( _ ByVal rows As Integer, _ ByVal columns As Integer _ ) As ReturnCode
where expression is a variable that represents a IbmScreen Object
Parameters
- rows
- The number of rows to move the cursor. The minimum and maximum values vary according to the number of rows supported by the terminal model Reflection is emulating.
- columns
- The number of columns to move the cursor. The minimum and maximum values vary according to the number of columns supported by the terminal model Reflection is emulating.
Return Value
ReturnCode indicates success, failure, or an error if the cursor position reaches the screen boundary.
ReturnCode enum values
Member | Description |
---|---|
Cancelled | Cancelled. |
Error | Error. |
PermissionRequired | Permission is required. |
Success | Success. |
Timeout | Timeout condition. |
Truncated | The text is truncated. |