KeyBinding.KeyCode2 Property
Returns a unique number for the second key in the specified key binding.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property KeyCode2 As Integer
Get
'Usage
Dim instance As KeyBinding
Dim value As Integer
value = instance.KeyCode2
int KeyCode2 { get; }
Property Value
Type: System.Int32