Click or drag to resize

ContextMenuShow Method (Control)

Show the context menu for the specified control, usually at the current mouse position.

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

Parameters

relativeTo
Type: Eto.FormsControl
Control to show the menu relative to
See Also