STK XSend comments on this topic.
KeyDown Event (AgUiAx2DCntrl)
See Also
KeyCode
Shift
Windows






Windows & Linux

Description

Occurs when the user presses a key while the control has the focus.

Syntax

[Visual Basic .NET]
Public Event KeyDown( _
    ByRef KeyCode As short, _
    ByVal Shift As short _
) 
[C#]
public void KeyDown(
    ref short KeyCode,
    short Shift
);
[Managed C++]
public: void KeyDown(
    short ^ KeyCode,
    short Shift
);
[Java]
public void keyDown(
    short KeyCode,
    short Shift
);
[Unmanaged C++]
public: void KeyDown(
    short * KeyCode,
    short  Shift
);

Parameters

KeyCode
Shift

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.