Click or drag to resize

ShellTreeViewDoBeforeShowContextMenu Method

Calls the BeforeShowContextMenu event if assigned.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected bool DoBeforeShowContextMenu(
	ShellTreeNode pShellTreeNode
)

Parameters

pShellTreeNode  ShellTreeNode
The TreeNode that was clicked.

Return Value

Boolean
False, if the context menu should not be displayed, true otherwise.
See Also