[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.TriggerEvents.KeyPress

KeyPress Property

KeyPress

Gets or sets a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. This action can check the keystroke for validity and reject or modify it.

Declaration
public ActionJavaScript KeyPress { get; set; }
Public Property KeyPress As ActionJavaScript