_Application.KeyBindings Property

Returns a KeyBindings collection that represents customized key assignments, which include a key code, a key category, and a command.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property KeyBindings As KeyBindings
    Get
'Usage
Dim instance As _Application
Dim value As KeyBindings

value = instance.KeyBindings
KeyBindings KeyBindings { get; }

Property Value

Type: Microsoft.Office.Interop.Word.KeyBindings

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace