Win32ShellContextMenuProviderGetMenuCaption Method |
Gets menu caption.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected static string GetMenuCaption(
IntPtr pMenu,
int pCommandId
)
Protected Shared Function GetMenuCaption (
pMenu As IntPtr,
pCommandId As Integer
) As String
protected:
static String^ GetMenuCaption(
IntPtr pMenu,
int pCommandId
)
static member GetMenuCaption :
pMenu : IntPtr *
pCommandId : int -> string
Parameters
- pMenu IntPtr
- The menu.
- pCommandId Int32
- Identifier for the command.
Return Value
StringThe menu caption.
See Also