Click or drag to resize

Win32ShellContextMenuProviderCreatePopupMenu Method

Creates popup menu.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
protected virtual IntPtr CreatePopupMenu()

Return Value

Type: IntPtr
The handle of the new popup menu.
Remarks
Deriving classes can return a already existing menu here.
See Also