Click or drag to resize

IPanelsServiceSetF1Hook Method

[Missing <summary> documentation for "M:Rhino.UI.IPanelsService.SetF1Hook(System.Object,System.EventHandler)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.1
Syntax
void SetF1Hook(
	Object nativeObject,
	EventHandler hook
)

Parameters

nativeObject
Type: SystemObject

[Missing <param name="nativeObject"/> documentation for "M:Rhino.UI.IPanelsService.SetF1Hook(System.Object,System.EventHandler)"]

hook
Type: SystemEventHandler

[Missing <param name="hook"/> documentation for "M:Rhino.UI.IPanelsService.SetF1Hook(System.Object,System.EventHandler)"]

See Also