←Select platform

KeyUpEventArgs Constructor

Summary

The object constructor for the KeyUpEventArgs object.

Syntax

C#
VB
C++
public KeyUpEventArgs( 
   short keyCode, 
   short shiftState 
) 
Public Function New( _ 
   ByVal keyCode As Short, _ 
   ByVal shiftState As Short _ 
) 
public: 
KeyUpEventArgs(  
   short keyCode, 
   short shiftState 
) 

Parameters

keyCode
The short integer value identifying which key was released.

shiftState
The short integer shift state flags. 0x0001 = Shift is pressed, 0x0002 = Ctrl is pressed, and 0x0004 = Alt is pressed

Remarks

This constructer is called internally when an KeyUpEvent 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.MediaFoundation Assembly