Important: The information in this document is obsolete and should not be used for new development.
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
CyberItemListobject. On return, theCyberItemListstructure contains the acquiredCyberItemobjects.DISCUSSION
This method should return aCyberItemListstructure 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'sCyberPartExtensionsubclass must override this method.If you subclass
CyberPartExtensionand override this method, your override may call its inherited method.SEE ALSO
TheIsCyberItemSelectedmethod (page 289).