Important: The information in this document is obsolete and should not be used for new development.
ICyberPartExtension
Initializes thisCyberPartExtensionobject.
void ICyberPartExtension (in ODPart part);
part- The OpenDoc part extended by this object.
DISCUSSION
This method should initialize a newly createdCyberPartExtensionobject. As a side effect, this method should make sure that a globalCyberSessionobject exists.If you subclass
CyberPartExtensionand override this method, your override must call its inherited method.