Click or drag to resize

ShellMenuInvokeEventArgs Properties

The ShellMenuInvokeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCommand
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.
Public propertyDirectory
Gets the directory.
Public propertyFolder
Gets the context folder.
Public propertyHResult
Gets or sets the Windows HRESULT code.
Public propertyHwndOwner
Gets the owner window handle.
Public propertyIconHandle
Gets the icon handle.
Public propertyInvokeLocation
Gets the invoke location.
Public propertyItems
Gets the items in the menu.
Public propertyMask
Gets the mask.
Public propertyMenuItem
Gets the menu item.
Public propertyParameters
Gets the parameters.
Public propertyTitle
Gets the menu title.
Public propertyVerb
Gets the verb. It can also be the menu identifier offset of the command to carry out, converted to a string.
Top
See Also