FrameElement.onkeydown Property
SharePoint Designer Developer Reference |
Returns or sets a Variant that represents the value of the onkeydown attribute, which is the script that runs when the onkeydown event fires.
Syntax
expression.onkeydown
expression An expression that returns a FrameElement object.
Remarks
See also the onkeypress and onkeyup properties.
See Also