'Declaration
Public Enum KeyboardErrorResetOption Inherits System.Enum
'Usage
Dim instance As KeyboardErrorResetOption
public enum KeyboardErrorResetOption : System.Enum
'Declaration
Public Enum KeyboardErrorResetOption Inherits System.Enum
'Usage
Dim instance As KeyboardErrorResetOption
public enum KeyboardErrorResetOption : System.Enum
Member | Description |
---|---|
AutoReset | Users do not need to press Reset to clear a keyboard error. The next key they press clears the error, restores the previous error line data, and attempts to execute the keystroke. |
AutoResetNoMessage | No error is reported and Reflection attempts to execute the keystroke. |
NoAutoReset | This is standard terminal behavior. Users must press Reset to clear the error message from the 5250 error line before they can resume data entry. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.KeyboardErrorResetOption