←Select platform

KeyPressEventArgs Constructor (KeyPressEventArgs)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Multimedia Assembly
Click or drag to resize