_Application.KeyBindings Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::KeyBindings ^ KeyBindings { Microsoft::Office::Interop::Word::KeyBindings ^ get(); };
public Microsoft.Office.Interop.Word.KeyBindings KeyBindings { get; }
member this.KeyBindings : Microsoft.Office.Interop.Word.KeyBindings
Public ReadOnly Property KeyBindings As KeyBindings

Property Value

Applies to