Method Show
Show(ContextMenu, AbstractControl, PointD?, Action?)
Show menu on screen.
public virtual void Show(ContextMenu menu, AbstractControl control, PointD? position = null, Action? onClose = null)
Parameters
menuContextMenucontrolAbstractControlThe target control.
positionPointD?The position in local coordinates.
onCloseActionThe action to be invoked when the menu is closed.