ContextMenuOptions Class |
Namespace: ShellBoost.Core.WindowsShell
public class ContextMenuOptions
The ContextMenuOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ContextMenuOptions |
Initializes a new instance of the ContextMenuOptions class.
|
| Name | Description | |
|---|---|---|
| ExtractMenu |
Gets or sets a value indicating whether to extract the menu as a Menu object.
| |
| Hwnd |
Gets or sets the owner window handle.
If unset a window will be created automatically.
If set, the window must override the window procedure and call the ShellBoost.Core.WindowsShell.Menu.HandleContextMenuMessage method with the window message.
| |
| InvokeCommandFlags |
Gets or sets the InvokeCommand method flags.
| |
| InvokeCommandPoint |
Gets or sets the point where the command is invoked.
| |
| InvokeCommandShow |
Gets or sets values to pass to the ShowWindow function if the command displays a window or starts an application.
| |
| QueryContextMenuFlags |
Gets or sets the QueryContextMenu method flags.
| |
| Site |
Gets or sets the COM Native site.
| |
| TrackPopupMenuFlags |
Gets or sets the TrackPopupMenu method flags.
| |
| TrackPopupMenuX |
Gets or sets the horizontal location of the shortcut menu, in screen coordinates.
| |
| TrackPopupMenuY |
Gets or sets the vertical location of the shortcut menu, in screen coordinates.
|