CdrFocusChangeReason
This enumeration defines the reason for the focus change of a Verifier field edit.
| Type | Description |
|---|---|
| CdrBeforeFormClosed | Focus changed by closing the form |
| CdrBeforeFormLoaded | Focus is not set yet as the form has just been loaded |
| CdrEnterPressed | Focus changed by pressing Enter |
| CdrFcrCandidateCopied | Focus changed (refreshed) because a candidate and its location was copied to the field |
| CdrFcrRefreshed | Focus changed (refreshed) because the selection area and its location was copied to the field |
| CdrFcrSelectionCopied | Focus changed (refreshed) because the selection area and its location was copied to the field |
| CdrFcrWordCopied | Focus changed (refreshed) because a word and its location was appended to the field |
| CdrFormLoaded | Focus changed because of loading form |
| CdrMouseClicked | Focus changed because of mouse click |
| CdrSelectedOutside | Focus changed because of some selection outside |
| CdrTableCellSelected | Focus changed because of the selection of a table cell |
| CdrTabPressed | Focus changed because of pressing Tab key |
| CdrUnknownReason | Focus changed because of an unknown reason |
