ShowContextMenu(Point) Method
Displays the contextual menu at the specified screen position.
public void ShowContextMenu(
System.Drawing.Point
)
'Declaration
Public Overloads Sub ShowContextMenu( _
ByVal As System.Drawing.Point _
)
Parameters
- pt
- The upper-left (upper-right for RTL mode) corner of the contextual menu in screen coordinates.