ShellItemMapContextMenuCommand Method |
Maps a context menu command.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected virtual bool MapContextMenuCommand(
ShellFolder folder,
IntPtr hwndOwner,
string command,
ref int inputId
)
Parameters
- folder
- Type: callback.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