_Application.BuildKeyCode(WdKey, Object, Object, Object) Method

Definition

Returns a unique number for the specified key combination.

public int BuildKeyCode (Microsoft.Office.Interop.Word.WdKey Arg1, ref object Arg2, ref object Arg3, ref object Arg4);
abstract member BuildKeyCode : Microsoft.Office.Interop.Word.WdKey * obj * obj * obj -> int
Public Function BuildKeyCode (Arg1 As WdKey, Optional ByRef Arg2 As Object, Optional ByRef Arg3 As Object, Optional ByRef Arg4 As Object) As Integer

Parameters

Arg1
WdKey

Required WdKey. A key you specify by using one of the WdKey constants.

Arg2
Object

Optional WdKey. A key you specify by using one of the WdKey constants.

Arg3
Object

Optional WdKey. A key you specify by using one of the WdKey constants.

Arg4
Object

Optional WdKey. A key you specify by using one of the WdKey constants.

Returns

Applies to