ShellItemMapContextMenuCommand Method |
Maps a context menu command.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual bool MapContextMenuCommand(
ShellFolder folder,
IntPtr hwndOwner,
string command,
ref int inputId
)
Parameters
- folder
- Type: ShellBoost.CoreShellFolder
The context folder. - hwndOwner
- Type: SystemIntPtr
The owner window handle. - command
- Type: SystemString
The command. - inputId
- Type: SystemInt32
The input identifier.
Return Value
Type:
Booleantrue if the command was mapped,
false otherwise.
See Also