LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

KeyDownEventArgs Constructor (KeyDownEventArgs)

Show in webframe



The short integer value identifying which key was pressed.
The short integer shift state flags. 0x0001 = Shift is pressed, 0x0002 = Ctrl is pressed, and 0x0004 = Alt is pressed
The object constructor for the KeyDownEventArgs object.
Syntax
'Declaration
 
Public Function New( _
   ByVal keyCode As Short, _
   ByVal shiftState As Short _
)
'Usage
 
Dim keyCode As Short
Dim shiftState As Short
 
Dim instance As New KeyDownEventArgs(keyCode, shiftState)
public KeyDownEventArgs( 
   short keyCode,
   short shiftState
)
public:
KeyDownEventArgs( 
   short keyCode,
   short shiftState
)

Parameters

keyCode
The short integer value identifying which key was pressed.
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 KeyDownEvent occurs.
Requirements

Target Platforms

See Also

Reference

KeyDownEventArgs Class
KeyDownEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features