Click or drag to resize

ShellTreeViewShowContextMenuForNode Method

Shows the shell context menu for the item given as a parameter

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public string ShowContextMenuForNode(
	ShellTreeNode p_ShellTreeNode,
	Point p
)

Parameters

p_ShellTreeNode
Type: Jam.ShellShellTreeNode
the ShellTreeNode to show the contextmenu
p
Type: System.DrawingPoint
The Position (relative to the control) at which the context menu should be shown.

Return Value

Type: String
The verb of the command that was executed, e.g. "open", "properties", "copy", etc.
See Also