Click or drag to resize

GH_CanvasShowComponentSearchBox Method (Point)

Display the component Search dialog at the given coordinate. The dialog cannot be shown if ModifiersEnabled=False.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ShowComponentSearchBox(
	Point at
)

Parameters

at
Type: System.DrawingPoint
Location (in screen space) for the center of the search box.

Return Value

Type: Boolean
True on success, false on failure.
See Also