Class: DFComDocumentObject [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class which provides support for embedded document 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
------------DFComDocumentObject
---------------cComDocumentObject

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

The DFComDocumentObject provides interface support for wrapping OLE Automation objects. Its sub-class cComDocumentObject should be used for sub-classing and instantiation.