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
)
Public Sub Show (
relativeTo As Control
)
member Show :
relativeTo : Control -> unit
Parameters
- relativeTo
- Type: Eto.FormsControl
Control to show the menu relative to
See Also