KeyBindings.Context Property
Returns an object that represents the storage location of the specified key binding. This property can return a Document, Template, or Application object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Context As Object
Get
'Usage
Dim instance As KeyBindings
Dim value As Object
value = instance.Context
Object Context { get; }
Property Value
Type: System.Object
Remarks
Built-in key assignments (for example, CTRL+I for Italic) return the Application object as the context. Any key bindings you add will return a Document or Template object, depending on the customization context in effect when the KeyBinding object was added.