Property KeyStrokeAction

Namespace TallComponents.PDF.Forms.Fields
Class ValueField

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

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

Can throw an ObjectDisposedException if the field was removed from the field collection (dynamic XFA).

Syntax

public  JavaScriptAction  KeyStrokeAction  {  get;  set;  }

Property value

JavaScriptAction