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
)
Sub Show (
relativeTo As Control,
location As Nullable(Of PointF)
)
abstract Show :
relativeTo : Control *
location : Nullable<PointF> -> unit
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