MsoOLEMenuGroup Enumeration
Specifies the menu group that a command bar pop-up control belongs to when the menu groups of the OLE server are merged with the menu groups of an OLE client (that is, when an object of the container application type is embedded in another application).
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoOLEMenuGroup
'Usage
Dim instance As MsoOLEMenuGroup
public enum MsoOLEMenuGroup
Members
Member name | Description | |
---|---|---|
msoOLEMenuGroupNone | Pop-up control is not merged. | |
msoOLEMenuGroupFile | File menu. | |
msoOLEMenuGroupEdit | Edit menu. | |
msoOLEMenuGroupContainer | Container menu. | |
msoOLEMenuGroupObject | Object menu. | |
msoOLEMenuGroupWindow | Window menu. | |
msoOLEMenuGroupHelp | Help menu. |