keyDown

Determines whether a user is pressing an arrow key to make a selection. This property is available only for list boxes and drop-down lists.

Syntax

Reference_Syntax.keyDown = "True | False"

Values

Type

Values

String

  • True (default)

  • Arrow key was used to make the selection.

  • False

  • Arrow key was not used to make the selection.

Applies to

Version

XFA 2.1

Examples

JavaScript

xfa.event.keyDown;

FormCalc

xfa.event.keyDown

// Ethnio survey code removed