Solid Edge Framework Type Library
BuildKeyCode Method
Member of the seKey constant set that specifies the modifer to be applied to the key code. These constants can be logically OR-ed as needed to create a combination.
Specifies the Accelerator key, either a virtual-key code or a character code.
Description
Returns the key code (a Long) for the referenced Accelerator object.
Syntax
Visual Basic
Public Function BuildKeyCode( _
   ByVal KeyModifier As Long, _
   ByVal Key As Long _
) As Long
Parameters
KeyModifier
Member of the seKey constant set that specifies the modifer to be applied to the key code. These constants can be logically OR-ed as needed to create a combination.
Key
Specifies the Accelerator key, either a virtual-key code or a character code.
See Also

Accelerator Collection  | Accelerator Members

Send comments on this topic.