[]
Provides data for the event that is raised when a context menu is about to be opened within the designer.
public class ContextMenuOpenArgs : EventArgs
This class encapsulates information about the context menu that is being requested, including the source component and the specific type of context menu. It also allows the opening of the context menu to be cancelled.
Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether this ContextMenuOpenArgs is cancel. |
MenuType | Gets a value representing the type of context menu that is requested. |
Source | Gets a value representing the source component for which the context menu is being opened. |