Win32ShellContextMenuProviderGetMenuCaption Method |
Gets menu caption.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected 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
- Type: SystemIntPtr
The menu. - pCommandId
- Type: SystemInt32
Identifier for the command.
Return Value
Type:
StringThe menu caption.
See Also