Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.01 KB

Word.KeyBinding.md

File metadata and controls

40 lines (24 loc) · 1.01 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
KeyBinding object (Word)
vbawd10.chm2456
vbawd10.chm2456
Word.KeyBinding
0f691196-76ef-135d-a8c9-b2fb9f9ac695
06/08/2017
medium

KeyBinding object (Word)

Represents a custom key assignment in the current context. The KeyBinding object is a member of the KeyBindings collection.

Remarks

Use KeyBindings (Index), where Index is the index number, to return a single KeyBinding object. The following example displays the command associated with the first KeyBinding object in the KeyBindings collection.

MsgBox KeyBindings(1).Command

You can also use the FindKey property and the Key method to return a KeyBinding object.

Note

Custom key assignments are made in the Customize Keyboard dialog box.

See also

Word Object Model Reference

[!includeSupport and feedback]