_Global.KeyBindings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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