GlobalClass.FindKey Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FindKey ( _
KeyCode As Integer, _
ByRef KeyCode2 As Object _
) As KeyBinding
Get
'Usage
Dim instance As GlobalClass
Dim KeyCode As Integer
Dim KeyCode2 As Object
Dim value As KeyBinding
value = instance.FindKey(KeyCode, KeyCode2)
public virtual KeyBinding this[
int KeyCode,
ref Object KeyCode2
] { get; }
Parameters
- KeyCode
Type: System.Int32
- KeyCode2
Type: System.Object%
Property Value
Type: Microsoft.Office.Interop.Word.KeyBinding
Implements
_Global.FindKey[Int32, Object%]