Important: The information in this document is obsolete and should not be used for new development.
FindCyberItemWindow
Retrieves the window that displays a Cyberdog item.
ODWindow FindCyberItemWindow (in CyberItem item);
item
- The
CyberItem
object for this operation.- return value
- The window that displays the Cyberdog item; otherwise,
kODNULL
.DISCUSSION
This method traverses the window list, looking for each window whose root is a Cyberdog display part. This method calls each display part'sGetCyberItemWindow
method until it finds the display part that is displaying the content referenced by the specified Cyberdog item.Do not subclass this class.
SEE ALSO
TheSelectCyberItemWindow
method (page 373).
TheCyberItem::Compare
method (page 230).
TheCyberPartExtension::GetCyberItemWindow
method (page 286).