Solid Edge Framework Type Library
KeyUp Method
Specifies the key for which the event is triggered.
Specifies the state of the Shift, Ctrl, and Alt keys.
Description
This event occurs when a key is released.
Syntax
Visual Basic
Public Function KeyUp( _
   ByRef KeyCode As Integer, _
   ByVal Shift As Integer _
) As HResult
Parameters
KeyCode
Specifies the key for which the event is triggered.
Shift
Specifies the state of the Shift, Ctrl, and Alt keys.
See Also

ISECommandEvents Object  | ISECommandEvents Members