Share via


KeysBoundTo.Key Method

Word Developer Reference

Returns a KeyBinding object that represents the specified custom key combination.

Syntax

expression.Key(KeyCode, KeyCode2)

expression   A variable that represents a KeysBoundTo object.

Parameters

Name Required/Optional Data Type Description
KeyCode Required Long A key you specify by using one of the WdKey constants.
KeyCode2 Optional Variant A second key you specify by using one of the WdKey constants.

Return Value
KeyBinding

Remarks

If the key combination doesn't exist, this method returns Nothing.

You can use the BuildKeyCode method to create the KeyCode or KeyCode2 argument.

See Also