Click or drag to resize

ContextMenuShow Method (PointF)

Shows the context menu at the specified screen co-ordinates

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Show(
	PointF location
)

Parameters

location
Type: Eto.DrawingPointF
Location in screen co-ordinates to place the context menu
Remarks
Note that the operating system may move the location of the menu to make it fully visible.
See Also