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