GH_CanvasShowComponentSearchBox Method |
Display the component Search dialog at the current mouse location.
The dialog cannot be shown if ModifiersEnabled=False.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool ShowComponentSearchBox()
Public Function ShowComponentSearchBox As Boolean
Return Value
Type:
BooleanTrue on success, false on failure.
See Also