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