MenuInvokeOptions Properties |
The MenuInvokeOptions type exposes the following members.
Name | Description | |
---|---|---|
Directory |
Gets or sets a string that specifies an optional working directory name.
| |
HotKey |
Gets or sets an optional keyboard shortcut to assign to any application activated by the command.
| |
Hwnd |
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.
| |
IconHandle |
Gets or sets a handle to an icon to use for any application activated by the command.
| |
Mask |
Gets or sets the mask and options.
| |
Parameters |
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.
| |
Point |
Gets or sets the point where the command is invoked.
| |
Show |
Gets or sets a a value to pass to the ShowWindow function if the command displays a window or starts an application.
| |
Verb |
Gets or sets a string that specifies the verb to invoke.
| |
VerbAsid |
Gets or sets an identifier that specifies the item to invoke.
|