STK X Send comments on this topic.
KeyDown Method (IAgUiAxVOCntrlRawEvents)
See Also 
KeyCode
Shift





Description

Occurs when the user presses a key while the control has the focus.

Syntax

[Visual Basic .NET]
Public Sub KeyDown( _
   ByRef KeyCode As Integer, _
   ByVal Shift As Integer _
) 

[C#]
public void KeyDown(
ref int KeyCode,
int Shift
);

[Managed C++]
public: void KeyDown(
int ^ KeyCode,
int Shift
);

[Java]
public  keyDown(
ppInteger KeyCode,
ppInteger Shift
);

[Unmanaged C++]
public: HRESULT KeyDown(
int * KeyCode,
int Shift
);

Parameters

KeyCode
Shift

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1