GH_Attributes(T).IsMenuRegion Method

GH_AttributesTIsMenuRegion Method

Determines whether a point is available for context menu popups. By default, IsMenuRegion calls IsPickRegion(PointF).

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool IsMenuRegion(
	PointF point
)
Public Overridable Function IsMenuRegion ( 
	point As PointF
) As Boolean

Parameters

point
Type: System.DrawingPointF
Point location to test.

Return Value

Type: Boolean

Implements

IGH_AttributesIsMenuRegion(PointF)
See Also