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
)
Public Function ShowComponentSearchBox (
at As Point
) As Boolean
Parameters
- at
- Type: System.DrawingPoint
Location (in screen space) for the center of the search box.
Return Value
Type:
BooleanTrue on success, false on failure.
See Also