Open concrete class
The class that is instantiated to create the COM object that an OLE control implements.
<ole-server-framework> <simple-component-object> <IUnknown>
duim-ole-control
duim-ole-control
The class that is instantiated to create the COM object that an OLE control implements. The instance of this class is the "controlling unknown" for the various interfaces supported by the control's COM object.
If you want to define a subclass of this class, you must do so with define COM-interface rather than define class.