expression.PutCharacter( _ ByVal character As ScreenCharacter, _ ByVal row As Integer, _ ByVal column As Integer _ ) As ReturnCode
where expression is a variable that represents a IbmScreen Object
Parameters
- character
- A screen character. This is a ScreenCharacter Object.
- row
- The screen row on which to put the character.
- column
- The screen column on which to put the character.
Return Value
One of the following ReturnCode enum values.
Member | Description |
---|---|
Cancelled | Cancelled. |
Error | Error. |
PermissionRequired | Permission is required. |
Success | Success. |
Timeout | Timeout condition. |
Truncated | The text is truncated. |