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