OLEContainerTypesAllowedConstants
Object-type filter values for the OLETypeAllowed property of an OLE container control, restricting which kinds of object the container will accept.
| Constant | Value | Description |
|---|---|---|
| vbOLE_Linked | 0 | Only linked objects are allowed. |
| vbOLE_Embedded | 1 | Only embedded objects are allowed. |
| vbOLE_Either | 2 | Either linked or embedded objects are allowed. |