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

Parameters

KeyCode
Shift

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.