CONTEXTMENUITEM Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.