GH_Tooltip.Show Method

GH_TooltipShow Method

Display the tooltip on screen.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void Show(
	Control owner
)
Public Shared Sub Show ( 
	owner As Control
)

Parameters

owner
Type: System.Windows.FormsControl
See Also