PopupMenuShowingEventArgs Properties
Provides data for the DockManager.PopupMenuShowing event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Control | Gets the dock control for which the DockManager.PopupMenuShowing event has been fired. |
| Menu | Gets the popup menu that is to be displayed. |
| Point | Gets the popup menu’s location. |
See Also