Click or drag to resize

Win32ShellContextMenuProviderGetMenuCaption Method

Gets menu caption.

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

Parameters

pMenu  IntPtr
The menu.
pCommandId  Int32
Identifier for the command.

Return Value

String
The menu caption.
See Also