Click or drag to resize

GH_CanvasShowSearchDialog Method

Display the Find dialog. If a Find dialog is already active for this canvas, nothing will happen.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void ShowSearchDialog(
	bool centerOnCursor
)

Parameters

centerOnCursor
Type: SystemBoolean
If true, the dialog will be centered on the cursor, otherwise it will be put in the upper left corner of the canvas.
See Also