STK XSend comments on this topic.
KeyUp Event (AgUiAxGfxAnalysisCntrl)
See Also
KeyCode
Shift
Windows






Windows & Linux

Description

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

Syntax

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

Parameters

KeyCode
Shift

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.