STK X Send comments on this topic.
KeyPress Method (IAgUiAxVOCntrlRawEvents)
See Also 
KeyAscii





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1