PopupMenuEventArgs

Description

The PopupMenuEventArgs class implements argument of the event that occurs when the context menu opens over any component of the form.

Constructors

  Constructor name Brief description
The CreateArgs constructor creates an argument of the event that occurs when the context menu opens over any component of the form.

Properties inherited from IPopupMenuEventArgs

  Property name Brief description
The Control property returns the component, over which the context menu was opened.
The Point property returns the point in the area of the Control component where the context menu was opened.

See also:

Forms Assembly Classes