ACTIVATEFLAGS Enumeration
Specifies the component activation flags.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ACTIVATEFLAGS
[FlagsAttribute]
public enum ACTIVATEFLAGS
[FlagsAttribute]
public enum class ACTIVATEFLAGS
[<FlagsAttribute>]
type ACTIVATEFLAGS
public enum ACTIVATEFLAGS
Members
Member name | Description | |
---|---|---|
ACTIVATE_WINDOWLESS | Indicates the component will be activated as windowless. |
Remarks
For information on the COM interface, see ACTIVATEFLAGS