_Global.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 _Global
Dim value As KeyBindings
value = instance.KeyBindings
KeyBindings KeyBindings { get; }
Property Value
Type: Microsoft.Office.Interop.Word.KeyBindings