Share via


TemplateRegionElement.onkeypress Property

SharePoint Designer Developer Reference

Returns or sets a Variant that represents the value of the onkeypress attribute, which is the script that runs when the onkeypress event fires.

Syntax

expression.onkeypress

expression   Required. A variable that represents a TemplateRegionElement object.

Remarks

See also the onkeydown and onkeyup properties.

See Also