| Visual Basic (Declaration) | |
|---|---|
Sub ShowContextMenu( _ ByVal commandId As CommandID, _ ByVal screenLocation As Point, _ ByVal cm As ContextMenuStrip _ ) | |
| C# | |
|---|---|
void ShowContextMenu( CommandID commandId, Point screenLocation, ContextMenuStrip cm ) | |
Parameters
- commandId
- CommandID of the context menu.
- screenLocation
- The location to show the context menu on.
- cm
- ContextMenuStrip to combine with the intrinsic context menu.