Important: The information in this document is obsolete and should not be used for new development.
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'sCyberMenuFocusLost
method.Do not subclass this class.
SEE ALSO
TheMenuFocusAcquired
method (page 344).
TheCyberService::CyberMenuFocusLost
method (page 335).