IGH_CanvasValidator.CanShowComponentSearchBox Method

IGH_CanvasValidatorCanShowComponentSearchBox Method

Validates whether the double-click-component-search-window is allowed to pop up at a specific point.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool CanShowComponentSearchBox(
	PointF pt
)
Function CanShowComponentSearchBox ( 
	pt As PointF
) As Boolean

Parameters

pt
Type: System.DrawingPointF

Return Value

Type: Boolean
See Also