_Application.KeyString(Int32, Object) Method

Definition

Returns the key combination string for the specified keys (for example, CTRL+SHIFT+A).

public string KeyString (int KeyCode, ref object KeyCode2);
abstract member KeyString : int * obj -> string
Public Function KeyString (KeyCode As Integer, Optional ByRef KeyCode2 As Object) As String

Parameters

KeyCode
Int32

Required Integer. A key you specify by using one of the WdKey constants.

KeyCode2
Object

Optional Object. A second key you specify by using one of the WdKey constants.

Returns

Remarks

You can use the BuildKeyCode(WdKey, Object, Object, Object) method to create the KeyCode or KeyCode2 argument.

Applies to