OLECOMPFLAG Enumeration
Specifies flags that are used to control interactions between an in-place VSPackage object, its container, and the environment.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| OLECOMPFLAG_INHIBITNESTEDCOMPUI | Indicates that nested objects are prevented from displaying their own menus and toolbars when they are in-place active. | |
| OLECOMPFLAG_ROUTEACTIVEASCNTRCMD | Indicates that the environment should first route all "Active Object" commands to the container of the active in-place object rather than to the object itself. |
OLECOMPFLAG_ROUTEACTIVEASCNTRCMD may only be used by an object acting as the main component (OLEROLE_MAINCOMPONENT) to ensure that it is in control of commands that are dispatched to its nested in-place objects.
The OLECOMPFLAG_INHIBITNESTEDCOMPUI flag is currently not supported. When supported, it may only be used by a main component (OLEROLE_MAINCOMPONENT).
From oleipc.idl.
[C++]