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 Sub KeyDown( _
   ByRef KeyCode As Integer, _
   ByVal Shift As Integer _
) 
Parameters
KeyCode
Specifies the key for which the event is fired.
Shift
Specifies the state of the Shift, Ctrl, and Alt keys.
See Also

DISECommandEvents Object  | DISECommandEvents Members