Click or drag to resize

ContextMenuIHandlerShow Method

Show the context menu relative to the specified control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Show(
	Control relativeTo,
	Nullable<PointF> location
)

Parameters

relativeTo
Type: Eto.FormsControl
Control to show the menu relative to, or null to use screen co-ordinates for location
location
Type: SystemNullablePointF
Location to place the upper left of the context menu, or null to use the mouse position
See Also