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

ISECommandEvents Object  | ISECommandEvents Members