Shows the shell context menu for the item given as a parameter
| C# | Visual Basic | Visual C++ |
public string ShowContextMenuForNode( ShellTreeNode p_ShellTreeNode, Point p )
Public Function ShowContextMenuForNode ( _ p_ShellTreeNode As ShellTreeNode, _ p As Point _ ) As String
public: String^ ShowContextMenuForNode( ShellTreeNode^ p_ShellTreeNode, Point p )
- p_ShellTreeNode (ShellTreeNode)
- the ShellTreeNode to show the contextmenu
- p (Point)
- The Position (relative to the control) at which the context menu should be shown.
The verb of the command that was executed, e.g. "open", "properties", "copy", etc.