STK XSend comments on this topic.
KeyPress Method (IAgUiAxGfxAnalysisCntrlEvents)
See Also
KeyAscii
Windows





Windows & Linux

Description

Occurs when the user presses and releases a key or key combination that corresponds to an ANSI code.

Syntax

[Visual Basic .NET]
Public Sub KeyPress( _
    ByRef KeyAscii As short _
)
[C#]
public void KeyPress(
    ref short KeyAscii
);
[Managed C++]
public: void KeyPress(
    short ^ KeyAscii
);
[Unmanaged C++]
public: void KeyPress(
    short * KeyAscii
);
[Java]
public void keyPress(
    short KeyAscii
);
[Python - STK API ]
def KeyPress(self, KeyAscii:short) -> :

Parameters

KeyAscii

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.