OLECOMPFLAG Enumeration

 

Specifies flags that are used to control interactions between an in-place VSPackage object, its container, and the environment.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum OLECOMPFLAG

Member nameDescription
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++]

Return to top
Show: