JamBaseShellListViewDisplayBackgroundContextMenu Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public void DisplayBackgroundContextMenu(
Point pLocation
)
Public Sub DisplayBackgroundContextMenu (
pLocation As Point
)
public:
void DisplayBackgroundContextMenu(
Point pLocation
)
member DisplayBackgroundContextMenu :
pLocation : Point -> unit
Parameters
- pLocation
- Type: System.DrawingPoint
The location to display the contextmenu
See Also