ShellTreeViewDoBeforeShowContextMenu Method |
Calls the BeforeShowContextMenu event if assigned.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected bool DoBeforeShowContextMenu(
ShellTreeNode pShellTreeNode
)
Protected Function DoBeforeShowContextMenu (
pShellTreeNode As ShellTreeNode
) As Boolean
protected:
bool DoBeforeShowContextMenu(
ShellTreeNode^ pShellTreeNode
)
member DoBeforeShowContextMenu :
pShellTreeNode : ShellTreeNode -> bool
Parameters
- pShellTreeNode ShellTreeNode
- The TreeNode that was clicked.
Return Value
BooleanFalse, if the context menu should not be displayed, true otherwise.
See Also