SoWinGLWidgetRemoveHook Method |
Removes the event handlers that were added by
AddHook.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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