SoKeyboardEventSetKey Method |
Sets which key generated the event.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetKey(
SoKeyboardEventKeys whichKey
)
Public Sub SetKey (
whichKey As SoKeyboardEventKeys
)
public:
void SetKey(
SoKeyboardEventKeys whichKey
)
member SetKey :
whichKey : SoKeyboardEventKeys -> unit
Parameters
- whichKey
- Type: OIV.Inventor.EventsSoKeyboardEventKeys
Remarks See Also