Important: The information in this document is obsolete and should not be used for new development.
ICyberOpenerPartExtension
Initializes thisCyberOpenerPartExtension
object.
void ICyberOpenerPartExtension (in ODPart basePart);
basePart
- The OpenDoc part extended by this object.
DISCUSSION
You call this method to initialize a newly createdICyberOpenerPartExtension
object.If you subclass
CyberOpenerPartExtension
and override this method, your override must call its inherited method.