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