KeyBinding.KeyCode Property

Definition

Returns a unique number for the first key in the specified key binding.

public:
 property int KeyCode { int get(); };
public int KeyCode { get; }
member this.KeyCode : int
Public ReadOnly Property KeyCode As Integer

Property Value

Remarks

You create this number by using the BuildKeyCode(WdKey, Object, Object, Object) method when you're adding key bindings by using the Add(WdKeyCategory, String, Int32, Object, Object) method of the KeyBindings object.

Applies to