STK X Send comments on this topic.
KeyUp Method (IAgUiAxGfxAnalysisCntrlEvents)
See Also 
KeyCode
Shift





Description

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

Syntax

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

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

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

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

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

Parameters

KeyCode
Shift

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1