SECDocObjectServerItem Class

class SECDocObjectServerItem: public CDocObjectServerItem

CDocObjectServerItem derived class to provide support for OT docking windows inside an OLE IP Server

Defined in: Soledock.h

Comments

Use this class in place of an existing CDocObjectServerItem base class to provide native support for OT docking windows with an OLE IP Server. In addition to a base class change, make sure all base member invocations of your derived class now invoke SECDocObjectServerItem in place of CDocObjectServerItem Note: If your IP Server is NOT an ActiveX document server, use SECOleServerItem instead of this class.

See Also

SECOleServerItem

SECOleServerDoc