[]
Provides data for the ContextMenuPopup event.
public class ContextMenuPopupEventArgs : CancelEventArgs
| Name | Description |
|---|---|
| ContextMenuPopupEventArgs(Component, Point, bool) | Creates a new instance of ContextMenuPopupEventArgs class. |
| Name | Description |
|---|---|
| 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. |