Class: DfInPlaceComObject [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class which provides standard COM interfaces for Com Objects

This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class for sub-classing, it is not encouraged.

Hierarchy

cObject
---cUIObject
------DfComUIObject
---------DfInPlaceComObject
------------DfComActiveXControl
------------DFComDocumentObject

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

The DfInPlaceComObject provides standard COM interfaces support for wrapping OLE Active/X objects. Its subclasses cComActiveXControl, cComDbActiveXControl and cComDocumentObject should be used for sub-classing and instantiation.