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
CyberItem
object for this operation.- return value
- The window that displays the
CyberItem
object; 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
TheFindCyberItemWindow
method (page 359).