ACTIVATEFLAGS 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 component activation flags.
This enumeration supports a bitwise combination of its member values.
public enum class ACTIVATEFLAGS
public enum class ACTIVATEFLAGS
enum ACTIVATEFLAGS
[System.Flags]
public enum ACTIVATEFLAGS
[<System.Flags>]
type ACTIVATEFLAGS =
Public Enum ACTIVATEFLAGS
- Inheritance
-
ACTIVATEFLAGS
- Attributes
Fields
ACTIVATE_WINDOWLESS | 1 | Indicates the component will be activated as windowless. |
Remarks
For information on the COM interface, see ACTIVATEFLAGS