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 / CyberServiceMenu


MenuFocusLost

Notifies this Cyberdog service menu object that its associated display part has lost the focus.

void MenuFocusLost (in ODFrame frame);
frame
The frame that lost the menu focus.
DISCUSSION
Any Cyberdog display part that displays Cyberdog service-related menus should call this method when one of its frames loses the menu focus. MenuFocusLost iterates through all the Cyberdog services, calling each service's CyberMenuFocusLost method.

Do not subclass this class.

SEE ALSO
The MenuFocusAcquired method (page 344).
The CyberService::CyberMenuFocusLost method (page 335).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996