Click or drag to resize

Win32ShellContextMenuProviderGetMenuCaption Method

Gets menu caption.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
protected static string GetMenuCaption(
	IntPtr pMenu,
	int pCommandId
)

Parameters

pMenu
Type: SystemIntPtr
The menu.
pCommandId
Type: SystemInt32
Identifier for the command.

Return Value

Type: String
The menu caption.
See Also