C#
VB
C++
The object constructor for the KeyDownEventArgs object.
public KeyDownEventArgs(
short keyCode,
short shiftState
)
Public Function New( _
ByVal keyCode As Short, _
ByVal shiftState As Short _
)
public:
KeyDownEventArgs(
short keyCode,
short shiftState
)
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
This constructer is called internally when an KeyDownEvent occurs.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET