STK XSend comments on this topic.
KeyPress Event (AgUiAxVOCntrl)
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 Event KeyPress( _
    ByRef KeyAscii As short _
) 
[C#]
public void KeyPress(
    ref short KeyAscii
);
[Managed C++]
public: void KeyPress(
    short ^ KeyAscii
);
[Java]
public void keyPress(
    short KeyAscii
);
[Unmanaged C++]
public: void KeyPress(
    short * KeyAscii
);

Parameters

KeyAscii

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.