←Select platform

KeyPressEventArgs Constructor

Summary

The object constructor for the KeyDownEventArgs object.

Syntax

C#
VB
C++
public KeyPressEventArgs( 
   short keyAscii 
) 
Public Function New( _ 
   ByVal keyAscii As Short _ 
) 
public: 
KeyPressEventArgs(  
   short keyAscii 
) 

Parameters

keyAscii
The short integer ASCII code value identifying which key was pressed.

Remarks

This constructer is called internally when an KeyDownEvent occurs.

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.Multimedia Assembly