BasePopupMenuShowingEventArgs Properties
A base class for context menu event arguments.| Name | Description |
|---|---|
| Allow | Gets or sets whether to display the context menu. |
| Point | Gets or sets coordinates of the invoked context menu (top-left corner) relative to the parent control. |
| ScreenPoint | Gets coordinates of the invoked context menu (top-left corner) relative to the screen. |
See Also