KeyBinding.KeyCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.