JamBaseShellListViewDisplayBackgroundContextMenu Method |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void DisplayBackgroundContextMenu(
Point pLocation
)
Public Sub DisplayBackgroundContextMenu (
pLocation As Point
)
public:
void DisplayBackgroundContextMenu(
Point pLocation
)
member DisplayBackgroundContextMenu :
pLocation : Point -> unit
Parameters
- pLocation Point
- The location to display the contextmenu
See Also