IFrameElement.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 Required. A variable that represents an IFrameElement object.
Remarks
See also the onkeypress and onkeyup properties.
See Also