void xtd::forms::context_menu::show | ( | const xtd::forms::control & | control, |
const xtd::drawing::point & | pos | ||
) |
Displays the shortcut menu at the specified position.
control | A xtd::forms::control that specifies the control with which this shortcut menu is associated. |
pos | A xtd::drawing::point that specifies the coordinates at which to display the menu. These coordinates are specified relative to the client coordinates of the control specified in the control parameter. |