Important: The information in this document is obsolete and should not be used for new development.
SelectCyberItemWindow
Retrieves and selects the window that displays a Cyberdog item.
ODWindow SelectCyberItemWindow (in CyberItem item);
item- The
CyberItemobject for this operation.- return value
- The window that displays the
CyberItemobject; otherwise,kODNULL.DISCUSSION
You call this method to retrieve and select the window that displays a specified Cyberdog item.Do not subclass this class.
SEE ALSO
TheFindCyberItemWindowmethod (page 359).