SoWinGLWidgetRemoveHook Method |
Removes the event handlers that were added by
AddHook.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void RemoveHook(
SoWinGLWidgetWindowMessageHook hook
)
Public Sub RemoveHook (
hook As SoWinGLWidgetWindowMessageHook
)
public:
void RemoveHook(
SoWinGLWidgetWindowMessageHook^ hook
)
member RemoveHook :
hook : SoWinGLWidgetWindowMessageHook -> unit
Parameters
- hook
- Type: OIV.Inventor.WinSoWinGLWidgetWindowMessageHook
The event handler to remove.
See Also