Click or drag to resize

MenuInvokeOptions Class

Defines options when invoking a shell menu
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsShellMenuInvokeOptions

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class MenuInvokeOptions

The MenuInvokeOptions type exposes the following members.

Constructors
  NameDescription
Public methodMenuInvokeOptions
Initializes a new instance of the MenuInvokeOptions class.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also