GH_Attributes(T).RespondToKeyDown Method

GH_AttributesTRespondToKeyDown Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual GH_ObjectResponse RespondToKeyDown(
	GH_Canvas sender,
	KeyEventArgs e
)
Public Overridable Function RespondToKeyDown ( 
	sender As GH_Canvas,
	e As KeyEventArgs
) As GH_ObjectResponse

Parameters

sender
Type: Grasshopper.GUI.CanvasGH_Canvas
e
Type: System.Windows.FormsKeyEventArgs

Return Value

Type: GH_ObjectResponse

Implements

IGH_ResponsiveObjectRespondToKeyDown(GH_Canvas, KeyEventArgs)
See Also