STK XSend comments on this topic.
KeyUp Method (IAgUiAxGfxAnalysisCntrlEvents)
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 Sub 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
);
[Unmanaged C++]
public: void KeyUp(
    short * KeyCode,
    short Shift
);
[Java]
public void keyUp(
    short KeyCode,
    short Shift
);
[Python - STK API ]
def KeyUp(self, KeyCode:short, Shift:short) -> :

Parameters

KeyCode
Shift

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.