Click or drag to resize

Win32ShellContextMenuProviderCreatePopupMenu Method

Creates popup menu.

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

Return Value

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