JamBaseShellListViewDoBeforeShowContextMenu Method |
Calls the BeforeShowContextMenu event if assigned.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected bool DoBeforeShowContextMenu()
Protected Function DoBeforeShowContextMenu As Boolean
protected:
bool DoBeforeShowContextMenu()
member DoBeforeShowContextMenu : unit -> bool
Return Value
BooleanFalse, if the context menu should not be displayed, true otherwise.
See Also