shows the shell context menu for the active object or, if not empty, to the obejcts in the MultiObjects property.
| C# | Visual Basic | Visual C++ |
public string ShowContextMenu( Point pPosition, ContextMenuStrip pContextMenuStrip )
Public Function ShowContextMenu ( _ pPosition As Point, _ pContextMenuStrip As ContextMenuStrip _ ) As String
public: String^ ShowContextMenu( Point pPosition, ContextMenuStrip^ pContextMenuStrip )
- pPosition (Point)
- Position on the screen at which the context menu should appear.
- pContextMenuStrip (ContextMenuStrip)
- ContextMenuStrip that should be merged with the shell context menu.
the shell command that was executed, an empty string if no shell comand was executed.