ShellMenuInvokeEventArgs Class |
Namespace: ShellBoost.Core
public sealed class ShellMenuInvokeEventArgs : EventArgs
The ShellMenuInvokeEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Command |
Gets the menu item command.
Note -1 or DFM_CMD_DELETE is often used as a placeholder for "undefined" for example when called after a command mapping that didn't set another identifier.
| |
Directory |
Gets the directory.
| |
Folder |
Gets the context folder.
| |
HResult |
Gets or sets the Windows HRESULT code.
| |
HwndOwner |
Gets the owner window handle.
| |
IconHandle |
Gets the icon handle.
| |
InvokeLocation |
Gets the invoke location.
| |
Items |
Gets the items in the menu.
| |
Mask |
Gets the mask.
| |
MenuItem |
Gets the menu item.
| |
Parameters |
Gets the parameters.
| |
Title |
Gets the menu title.
| |
Verb |
Gets the verb.
It can also be the menu identifier offset of the command to carry out, converted to a string.
|