keyCode Property

Summary

Keyboard code

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveKeyEventArgs.prototype, 'keyCode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
keyCode: Keys; 

Property Value

The keyboard code for the event.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly