IGH_ResponsiveObjectRespondToKeyDown Method |
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
SyntaxGH_ObjectResponse RespondToKeyDown(
GH_Canvas sender,
KeyEventArgs e
)
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
See Also