COleObjectFactory Methods

Construction Methods

Method Description
COleObjectFactory Constructs a COleObjectFactory object.

Attributes Methods

Method Description
GetClassID Returns the COM class identifier of the objects this factory creates.
IsRegistered Indicates whether the object factory is registered with the system DLLs.

Operations Methods

Method Description
Register Registers this object factory with the system DLLs.
RegisterAll Registers all of the application's object factories with system DLLs.
UpdateRegistryAll Registers all of the application's object factories with the system registry.

Overridable Methods

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