QueryShowPopupMenuEventArgs Properties
Provides data for the BarManager.QueryShowPopupMenu event of the BarManager component.| Name | Description |
|---|---|
| BreakShowPopupMenu | Gets or sets whether or not the parent BarManager.QueryShowPopupMenu event should affect only the BarManager itself. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Control | Gets a control whose popup menu is queried. |
| Menu | Gets the popup menu that is about to be displayed. |
| Position | Gets or sets the position of the queried menu popup. |
See Also