An action that will be executed when a user types a key-stoke (or an other item is selected from a list).

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public JavaScriptAction KeyStrokeAction { get; set; }
Visual Basic
Public Property KeyStrokeAction As JavaScriptAction
	Get
	Set

Remarks

This property has no meaning for CheckBoxField, RadioButtonField and XFA specific field types.

See Also