STK XSend comments on this topic.
KeyPress Method (IAgUiAxStockRawEvents)
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 Integer _
) 
[C#]
public void KeyPress(
   ref int KeyAscii
);
[Managed C++]
public: void KeyPress(
   int ^ KeyAscii
);
[Java]
public  keyPress(
   ppInteger KeyAscii
);
[Unmanaged C++]
public: HRESULT KeyPress(
   int * KeyAscii
);

Parameters

KeyAscii

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.