[This is preliminary documentation and is subject to change.]

Gets hardware scan code of key being pressed or released

Namespace: Tools.DevicesT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public int ScanCode { get; }
Visual Basic
Public ReadOnly Property ScanCode As Integer
	Get
Visual C++
public:
property int ScanCode {
	int get ();
}
F#
member ScanCode : int
JScript
function get ScanCode () : int

See Also