ApplicationClass.KeyString Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function KeyString ( _
KeyCode As Integer, _
ByRef KeyCode2 As Object _
) As String
'Usage
Dim instance As ApplicationClass
Dim KeyCode As Integer
Dim KeyCode2 As Object
Dim returnValue As String
returnValue = instance.KeyString(KeyCode, _
KeyCode2)
public virtual string KeyString(
int KeyCode,
ref Object KeyCode2
)
Parameters
- KeyCode
Type: System.Int32
- KeyCode2
Type: System.Object%
Return Value
Type: System.String
Implements
_Application.KeyString(Int32, Object%)