The IPopupMenuEventArgs interface contains properties of the argument of the event that occurs when the context menu opens.
| Property name | Brief description | |
![]() |
Control | The Control property returns the component, over which the context menu was opened. |
![]() |
Point | The Point property returns the point in the area of the Control component where the context menu was opened. |
See also: