Class: DfComUIObject [Abstract]
Properties Events Methods
Index of Classes
Abstract class which provides standard UI 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
Library: Windows Application Class Library
Package: none (class defined in runtime)
Description
The DfComUIObject provides standard UI interfaces support for wrapping OLE Active/X objects. Its subclasses cComActiveXControl, cComDbActiveXControl, and cComDocumentObject should be used for sub-classing and instantiation.