MsoOLEMenuGroup Enum
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.
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).
public enum class MsoOLEMenuGroup
public enum MsoOLEMenuGroup
type MsoOLEMenuGroup =
Public Enum MsoOLEMenuGroup
- Inheritance
-
MsoOLEMenuGroup
Fields
Name | Value | Description |
---|---|---|
msoOLEMenuGroupNone | -1 | Pop-up control is not merged. |
msoOLEMenuGroupFile | 0 | File menu. |
msoOLEMenuGroupEdit | 1 | Edit menu. |
msoOLEMenuGroupContainer | 2 | Container menu. |
msoOLEMenuGroupObject | 3 | Object menu. |
msoOLEMenuGroupWindow | 4 | Window menu. |
msoOLEMenuGroupHelp | 5 | Help menu. |