SoWinExaminerViewerRemoveFunctionKeyBinding Method |
Removes the specified function key binding (if it exists).
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void RemoveFunctionKeyBinding(
SoKeyboardEventKeys functionKey
)
Public Sub RemoveFunctionKeyBinding (
functionKey As SoKeyboardEventKeys
)
public:
void RemoveFunctionKeyBinding(
SoKeyboardEventKeys functionKey
)
member RemoveFunctionKeyBinding :
functionKey : SoKeyboardEventKeys -> unit
Parameters
- functionKey
- Type: OIV.Inventor.EventsSoKeyboardEventKeys
Remarks See Also