BackspaceMode Enumeration |
Specifies the TN5250 backspace modes.
Namespace:
Flex.Hal.Settings
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public enum BackspaceMode
Public Enumeration BackspaceMode
Members
| Member name | Value | Description |
---|
| Backspace | 0 |
Cursor is moved one space to the left deleting any unprotected character at the location.
|
| BackspaceStopAtFieldAttr | 1 |
Cursor is moved one space to the left deleting any unprotected character at the location only
if the position to the left is unprotected; otherwise, cursor is not allowed to move.
|
| CursorLeft | 2 |
Cursor is moved one space to the left without deleting any character.
|
| CursorLeftStopAtFieldAttr | 3 |
Cursor is moved one space to the left only if the position to the left is unprotected;
otherwise, cursor is not allowed to move.
|
| AutoSkipBackspace | 4 |
If cursor is on an unprotected field, performs as Backspace; otherwise, cursor moves to
the last position of the previous unprotected field.
|
See Also