QACONTAINERFLAGS
The QACONTAINERFLAGS enumeration value indicates ambient properties supplied by the container. It is used in the dwAmbientFlags member of the QACONTAINER structure.
typedef enum tagQACONTAINERFLAGS
{
QACONTAINER_SHOWHATCHING = 0x1,
QACONTAINER_SHOWGRABHANDLES = 0x2,
QACONTAINER_USERMODE = 0x4,
QACONTAINER_DISPLAYASDEFAULT = 0x8,
QACONTAINER_UIDEAD = 0x10,
QACONTAINER_AUTOCLIP = 0x20,
QACONTAINER_MESSAGEREFLECT = 0x40,
QACONTAINER_SUPPORTSMNEMONICS = 0x80
} QACONTAINERFLAGS;
Elements
-
QACONTAINER_SHOWHATCHING
-
Specifies the ShowHatching ambient property, which has a standard ambient DISPID of -712.
-
QACONTAINER_SHOWGRABHANDLES
-
Specifies the ShowGrabHandles ambient property, which has a standard ambient DISPID of -711.
-
QACONTAINER_USERMODE
-
Specifies the UserMode ambient property, which has a standard ambient DISPID of -709.
-
QACONTAINER_DISPLAYASDEFAULT
-
Specifies the DisplayAsDefault ambient property, which has a standard ambient DISPID of -713.
-
QACONTAINER_UIDEAD
-
Specifies the UIDead ambient property, which has a standard ambient DISPID of -710.
-
QACONTAINER_AUTOCLIP
-
Specifies the AutoClip ambient property, which has a standard ambient DISPID of -715.
-
QACONTAINER_MESSAGEREFLECT
-
Specifies the MessageReflect ambient property, which has a standard ambient DISPID of -706.
-
QACONTAINER_SUPPORTSMNEMONICS
-
Specifies the SupportsMnemonics ambient property, which has a standard ambient DISPID of -714.
Remarks
See the ActiveX Controls chapter in the OLE Programmer's Guide for further information on standard ambient properties.
QuickInfo
Windows NT: Use version 4.0 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.
See Also
QACONTAINER