CONTEXTMENUITEM Struct

Definition

Defines a new menu item, submenu, or insertion point for the AddItem(CONTEXTMENUITEM) method.

This API supports the product infrastructure and is not intended to be used directly from your code.

public value class CONTEXTMENUITEM
public struct CONTEXTMENUITEM
type CONTEXTMENUITEM = struct
Public Structure CONTEXTMENUITEM
Inheritance
CONTEXTMENUITEM

Remarks

Building the shortcut menu starts at the root. Each new item goes at the end of the submenu or insertion point where you insert the item.

For more information about programming with the CONTEXTMENUITEM structure and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to