ShellBrowser .Net Edition
ShowContextMenuForNode Method (p_ShellTreeNode, p)
NamespacesJam.ShellShellTreeViewShowContextMenuForNode(ShellTreeNode, Point)
Shows the shell context menu for the item given as a parameter
Declaration Syntax
C#Visual BasicVisual 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
)
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
The verb of the command that was executed, e.g. "open", "properties", "copy", etc.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)