Important: The information in this document is obsolete and should not be used for new development.
PreviousCyberItem
Displays the content referenced by the previous Cyberdog item in this navigator's visitation history.
void PreviousCyberItem ();DISCUSSION
This method notifies a navigator to select the previous Cyberdog item in its visitation history and display the item's content. If there is no previous item in the visitation history, the navigator does nothing. The navigator embeds the display part associated with the Cyberdog item and updates the visitation history.If you subclass
CyberNavigatorExtension
, you must override this method. Your override must call its inherited method.SEE ALSO
TheNavigateToCyberItem
method (page 260).
TheNextCyberItem
method (page 260).