Click or drag to resize

ShellMenuInvokeEventArgs Class

Provides data for the InvokeItem event of the ShellMenu type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    callback.ShellBoost.CoreShellMenuInvokeEventArgs

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class ShellMenuInvokeEventArgs : EventArgs

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also