LabelElement.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 a LabelElement object.

Remarks

See also the onkeypress and onkeyup properties.

See Also