ShowCyberItem
Displays the content referenced by the specified Cyberdog item in this display part.
void ShowCyberItem (in CyberItem item);
item- The Cyberdog item to display.
DISCUSSION
This method is called by theCyberSession::SelectCyberItemWindowmethod to notify a Cyberdog display part to display the specified Cyberdog item. This method differs fromOpenCyberItem; you callShowCyberItemonce you have determined (by callingCanShowCyberItemorGetCyberItemWindow) that the display part is already displaying a Cyberdog item equal to (or, for example, on the same page as) the specified Cyberdog item. Typically, you callShowCyberItemwhen you want the display part to scroll to display a particular Cyberdog item.If you subclass
CyberPartExtensionand override this method, your override must not call its inherited method; that is, your override method must implement this method's functionality completely.SEE ALSO
TheCanShowCyberItemmethod (page 284).
TheGetCyberItemWindowmethod (page 286).
TheOpenCyberItemmethod (page 290).
TheCyberSession::SelectCyberItemWindowmethod (page 373).