_Global.BuildKeyCode(WdKey, Object, Object, 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 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
- 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.