ContextMenuPopupEventArgs Constructor
In This Topic
Creates a new instance of
ContextMenuPopupEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As System.ComponentModel.Component, _
ByVal As System.Drawing.Point, _
ByVal As System.Boolean _
)
public ContextMenuPopupEventArgs(
System.ComponentModel.Component ,
System.Drawing.Point ,
System.bool
)
Parameters
- component
- The component for which the menu is shown.
- location
- The upper-left or upper-right corner of the context menu in screen coordinates.
- isCustomMenu
- The value indicating whether this menu is custom.
See Also