KeyBindings.Key(Int32, Object) Method
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 KeyBinding object that represents the specified custom key combination. If the key combination doesn't exist, this method returns Nothing.
public Microsoft.Office.Interop.Word.KeyBinding Key (int KeyCode, ref object KeyCode2);
abstract member Key : int * obj -> Microsoft.Office.Interop.Word.KeyBinding
Public Function Key (KeyCode As Integer, Optional ByRef KeyCode2 As Object) As KeyBinding
Parameters
- KeyCode
- Int32
Required Integer. A key you specify by using one of the WdKey constants.
Returns
Remarks
You can use the BuildKeyCode(WdKey, Object, Object, Object) method to create the KeyCode
or KeyCode2
argument.