| ShellTreeViewShowContextMenuForNode Method | 
            Shows the shell context menu for the item given as a parameter
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic 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
)
member ShowContextMenuForNode : 
        p_ShellTreeNode : ShellTreeNode * 
        p : Point -> string Parameters
- 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.
Return Value
StringThe verb of the command that was executed, e.g. "open", "properties", "copy", etc.
 See Also
See Also