Click or drag to resize

MenuInvokeOptions Properties

The MenuInvokeOptions type exposes the following members.

Properties
  NameDescription
Public propertyDirectory
Gets or sets a string that specifies an optional working directory name.
Public propertyHotKey
Gets or sets an optional keyboard shortcut to assign to any application activated by the command.
Public propertyHwnd
Gets or sets a handle to the window that is the owner of the shortcut menu. An extension can also use this handle as the owner of any message boxes or dialog boxes it displays.
Public propertyIconHandle
Gets or sets a handle to an icon to use for any application activated by the command.
Public propertyMask
Gets or sets the mask and options.
Public propertyParameters
Gets or sets a string that specifies optional parameters that are passed to the command. The format of this string is determined by the command that is to be invoked.
Public propertyPoint
Gets or sets the point where the command is invoked.
Public propertyShow
Gets or sets a a value to pass to the ShowWindow function if the command displays a window or starts an application.
Public propertyVerb
Gets or sets a string that specifies the verb to invoke.
Public propertyVerbAsid
Gets or sets an identifier that specifies the item to invoke.
Top
See Also