KeyBinding.KeyCode2 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 second key in the specified key binding.
public:
property int KeyCode2 { int get(); };
public int KeyCode2 { get; }
member this.KeyCode2 : int
Public ReadOnly Property KeyCode2 As Integer