STK XSend comments on this topic.
KeyUp Method (IAgUiAxStockRawEvents)
See Also 
KeyCode
Shift
Windows






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.