Solid Edge Framework Type Library
KeyCode Property
Description
Represents the key sequence that defines a specific key binding.
Property type
Read-only property
Syntax
Visual Basic
Public Property KeyCode As Long
Remarks
KeyCode represents the key sequence that defines a specific key binding. It specifies the key and the key modifiers the user must enter for Solid Edge to call the command associated with the referenced KeyBinding object. Key modifiers include the shift, control, and alt keys. Keycode can be used to find the KeyBinding object in the accelerator table from which the object was retrieved or to find other KeyBinding objects in other accelerator tables that have the same key code.
See Also

ISEKeyBinding Object  | ISEKeyBinding Members

Send comments on this topic.