Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field.TriggerEvents Class / KeyPress Property

In This Topic
    KeyPress Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property KeyPress As ActionJavaScript
    public ActionJavaScript KeyPress {get; set;}
    See Also