COleObjectFactory Class Members

Construction

COleObjectFactory Constructs a COleObjectFactory object.

Operations

Register Registers this object factory with the OLE system DLLs.
RegisterAll Registers all of the application’s object factories with OLE system DLLs.
Revoke Revokes this object factory’s registration with the OLE system DLLs.
RevokeAll Revokes an application’s object factories’ registrations with the OLE system DLLs.
UpdateRegistryAll Registers all of the application’s object factories with the OLE system registry.

Attributes

IsRegistered Indicates whether the object factory is registered with the OLE system DLLs.
GetClassID Returns the OLE class ID of the objects this factory creates.

Overridables

OnCreateObject Called by the framework to create a new object of this factory’s type.
UpdateRegistry Registers this object factory with the OLE system registry.
VerifyUserLicense Verifies that the control is licensed for design-time use.
GetLicenseKey Requests a unique key from the control’s DLL.
VerifyLicenseKey Verifies that the key embedded in the control matches the key embedded in the container.

COleObjectFactory OverviewBase Class MembersHierarchy Chart