Share via


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

Property Value

Type: Microsoft.Office.Interop.Word.KeyBinding

Implements

_Global.FindKey[Int32, Object%]

See Also

Reference

GlobalClass Class

GlobalClass Members

Microsoft.Office.Interop.Word Namespace