Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberPartExtension


AcquireSelectedCyberItems

Acquires references to the selected Cyberdog items.

void AcquireSelectedCyberItems (in ODFrame frame, 
out CyberItemList cyberItems);
frame
The frame to check for selected Cyberdog items.
cyberItems
A CyberItemList object. On return, the CyberItemList structure contains the acquired CyberItem objects.
DISCUSSION
This method should return a CyberItemList structure containing acquired references to the selected Cyberdog items in the specified frame. The superclass implementation of this method returns an empty list. If a Cyberdog display part displays Cyberdog items as part of its content model and allows the user to select them, the part's CyberPartExtension subclass must override this method.

If you subclass CyberPartExtension and override this method, your override may call its inherited method.

SEE ALSO
The IsCyberItemSelected method (page 289).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996