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