ContextMenuPopupEventArgs Class Members
In This Topic
The following tables list the members exposed by ContextMenuPopupEventArgs.
Public Constructors
Public Properties
| Name | Description |
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| Component | Gets the component for which the menu is shown. |
| IsCustomMenu | Gets a value indicating whether this menu is custom. |
| Location | Gets the upper-left or upper-right corner of the context menu in screen coordinates. |
| UseCustomMenu | Gets or sets a value indicating to use a custom context menu instead of the standard. |
Top
See Also